X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fgeodns%2Ffiles%2Fcommon%2Fnamed.conf.options;h=aa593440d369de401749026bf50d8dfc4cf7991b;hb=810c7db2833a708251476881cb45b76c1a24153a;hp=7a90e66f88ebcfb43d739b05d4fc84b7dcea34fd;hpb=3fe0ae3651e9c0433fbe926d19eccc1bf15c259a;p=mirror%2Fdsa-puppet.git diff --git a/modules/geodns/files/common/named.conf.options b/modules/geodns/files/common/named.conf.options index 7a90e66f8..aa593440d 100644 --- a/modules/geodns/files/common/named.conf.options +++ b/modules/geodns/files/common/named.conf.options @@ -21,6 +21,9 @@ options { auth-nxdomain no; # conform to RFC1035 listen-on-v6 { any; }; + allow-query { any; }; + allow-update { none; }; + allow-transfer { none; }; allow-recursion { Nagios; }; };