zaphod: Update named.conf

This commit is contained in:
The Hedgehog 2022-09-28 15:43:31 -04:00
parent 753ac0449e
commit 355434a666
Signed by: thehedgehog
GPG key ID: 8CDF3F7CAA53A0F5

View file

@ -16,7 +16,7 @@ options {
hostname "zaphod";
# Enable DNSSEC
dnssec-validation auto;
dnssec-validation no;
# Only listen to local addresses
listen-on { 127.0.0.1; };
@ -145,7 +145,7 @@ zone "7.2.1.0.0.1.d.f.ip6.arpa" {
zone "." {
type forward;
forward only;
forwarders { 100.123.15.72; 9.9.9.9; };
forwarders { 100.123.15.72; };
};