diff options
author | Marco Platania <platania@research.att.com> | 2017-04-18 03:17:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-04-18 03:17:30 +0000 |
commit | 987fdd338fe71e0a61a89cd1607b82fb4a12f39e (patch) | |
tree | 2d4feb4fea0f9bff251416dce83bb6e73ab132c0 /boot | |
parent | 7a8e05ca036d6f04a92668279a9836c2dcf93f3a (diff) | |
parent | 150fb1f3a4051ab7ecc2db34691bcf1d2eccfbaa (diff) |
Merge "Fix bugs in bind configuration"
Diffstat (limited to 'boot')
-rw-r--r-- | boot/bind_options | 4 | ||||
-rw-r--r-- | boot/bind_zones | 2 |
2 files changed, 3 insertions, 3 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 diff --git a/boot/bind_zones b/boot/bind_zones index 1e7695ba..e73234f4 100644 --- a/boot/bind_zones +++ b/boot/bind_zones @@ -64,7 +64,7 @@ vm1.portal.simpledemo.openecomp.org. IN A portal_ip_addr c1.vm1.portal.simpledemo.openecomp.org. IN A portal_ip_addr c2.vm1.portal.simpledemo.openecomp.org. IN A portal_ip_addr -vm1.aaf.simpledemo.openecomp.org. IN A aaf_ip_addr +;vm1.aaf.simpledemo.openecomp.org. IN A aaf_ip_addr vm1.mr.simpledemo.openecomp.org. IN A mr_ip_addr |