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.