summaryrefslogtreecommitdiffstats
path: root/boot/named.conf.options
diff options
context:
space:
mode:
Diffstat (limited to 'boot/named.conf.options')
-rw-r--r--boot/named.conf.options4
1 files changed, 2 insertions, 2 deletions
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