Skip to content

Commit

Permalink
Merge pull request #4 from data-platform-hq/fix_bind9_script
Browse files Browse the repository at this point in the history
fix: updated bind script
  • Loading branch information
owlleg6 authored Jan 23, 2024
2 parents 9405e8d + d37a507 commit 7393dc8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions iptables.sh.tftpl
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,9 @@ cat << 'EOF' > /etc/bind/named.conf.options
options {
directory "/var/cache/bind";
listen-on port 53 { any; };
listen-on-v6 { any; };
auth-nxdomain no;
recursion yes;
allow-query-cache { localhost: 127.0.0.1; ${DNS_VNET_CIDRS};};
allow-query-cache { localhost; 127.0.0.1; ${DNS_VNET_CIDRS};};
allow-recursion { localhost; 127.0.0.1; ${DNS_VNET_CIDRS};};
allow-query { 127.0.0.1; ${DNS_VNET_CIDRS};};
forwarders {
Expand Down

0 comments on commit 7393dc8

Please sign in to comment.