comment out "dead" zones; tweaks
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user