X-Git-Url: https://gerrit.onap.org/r/gitweb?p=demo.git;a=blobdiff_plain;f=boot%2Fnamed.conf.options;h=a09931cbdf181bcb75bc2d3185c4f0c9d52ae65d;hp=2b23f7e777d034a898e97b6bfb574f84e2eb2226;hb=4f98547c03dc9c8a295ae46e066ff09dd961d5a3;hpb=8df4a643ae0d43a71e6e86c6be148386d99990ff diff --git a/boot/named.conf.options b/boot/named.conf.options index 2b23f7e7..a09931cb 100644 --- a/boot/named.conf.options +++ b/boot/named.conf.options @@ -4,8 +4,8 @@ acl "trusted" { options { directory "/var/cache/bind"; - #recursion no; # enables recursive queries - #allow-recursion { trusted; }; # allows recursive queries from "trusted” clients i.e. LB only + recursion yes; # enables recursive queries + allow-recursion { 10.0/16; }; # allows recursive queries from "trusted” clients i.e. LB only listen-on { 10.0.0.1; }; # ns1 IP address - listen on this address only allow-transfer { none; }; # disable zone transfers by default