On 31/01/2018 00:58, Paul Hoffman wrote:

> The problem you hit was in BIND. To get around it, you simply add
> "check-names master warn;" to the options.

If you're doing that, please put it in the zone specific stanza, and not
in the global options for the server:

zone "foo" {
   type master;
   check-names warn;
   ...
};

Ray

_______________________________________________
DNSOP mailing list
DNSOP@ietf.org
https://www.ietf.org/mailman/listinfo/dnsop

Reply via email to