diff options
author | Marco Platania <platania@research.att.com> | 2017-04-17 23:16:55 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-04-17 23:16:55 -0400 |
commit | 150fb1f3a4051ab7ecc2db34691bcf1d2eccfbaa (patch) | |
tree | d3e355deb72b6af4a7bbadf43cf8988aed4d6e34 /boot/bind_options | |
parent | 6f86bee471736d25c9f0815477f308c79833a2ee (diff) |
Fix bugs in bind configuration
Change-Id: I57467abe8f76171928772a08f3754b39675c7b43
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'boot/bind_options')
-rw-r--r-- | boot/bind_options | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/bind_options b/boot/bind_options index d65cc323..040edb12 100644 --- a/boot/bind_options +++ b/boot/bind_options @@ -4,8 +4,8 @@ acl "trusted" { options { directory "/var/cache/bind"; - recursion yes; # enables recursive queries - allow-recursion { netmask; }; # allows recursive queries from "trusted” clients i.e. LB only + recursion no; # enables recursive queries + // allow-recursion { netmask; }; # allows recursive queries from "trusted” clients i.e. LB only listen-on { dns_ip_addr; }; # ns1 IP address - listen on this address only allow-transfer { none; }; # disable zone transfers by default |