<div dir="ltr"><div><div><div><div><div><div><div>Hi,<br><br></div>I would like to allow queries for specific <a href="http://blogspot.com">blogspot.com</a> subdomains and block the rest of the queries.<br></div><div>I have a file with several zones configured, one of those zones isĀ  the specific subdomain type "forward":<br><br></div><i>zone "<a href="http://w.blogspot.com">w.blogspot.com</a>" IN { type forward; forwarders { 213.0.184.85; 213.0.184.88; };};</i><br><br></div>and below i have the zone <a href="http://blogspot.com">blogspot.com</a> as master resolving an internal ip:<br><br><i>zone "<a href="http://blogspot.com">blogspot.com</a>" IN { type master; file "/var/named/data/db.sinkhole"; };</i><br><br><br></div>But is not working, always resolves the internal ip address, i thought it evaluates the zones in order and first should forward the query for <a href="http://w.blogspot.com">w.blogspot.com</a> but is always matching the other zone.<br></div>Any idea about how can i achieve my goal?<br><br></div>Regards<br><br></div>Manuel<br></div>