comment out "dead" zones; tweaks

This commit is contained in:
2023-02-25 14:48:21 -05:00
parent 217a5b7d29
commit 6092f80cb2
4 changed files with 155 additions and 140 deletions

View File

@@ -5,9 +5,9 @@ options {
pid-file "/var/cache/bind/named.pid";
lock-file "/var/cache/bind/named.lock";
listen-on { 127.0.0.1; 70.164.19.155; 70.164.19.156; };
listen-on { any; };
listen-on-v6 { ::1; };
allow-recursion { 127.0.0.1; ::1; };
allow-recursion { 127.0.0.1; ::1; host.docker.internal; };
dnssec-validation yes;
};