allow-query for a zone

Jeff Peng pyh at staff.dnsbed.com
Mon Jan 16 06:50:05 UTC 2012


Hi,

If I just want to disable any client to query for a zone, but keep that 
zone in the config file (maybe later I will enable it to be accessable), 
can I just set:

allow-query { none; };

in the zone section?

zone "example.com" {
   type master;
   file "example.com.db";
   allow-query { none; };
};

Thanks.



More information about the bind-users mailing list