diff --git a/named.conf.local b/named.conf.local index e0aec93..6cfd8c0 100644 --- a/named.conf.local +++ b/named.conf.local @@ -16,8 +16,7 @@ zone "team.tilde" { file "/etc/bind/db.team.tilde"; }; -zone "your.tilde" { - type forward; - forward only; +zone "your.tilde" IN { + type forward; forwarders { 149.56.184.112; }; }; diff --git a/named.conf.options b/named.conf.options index c467613..4d109d8 100644 --- a/named.conf.options +++ b/named.conf.options @@ -19,7 +19,7 @@ options { // If BIND logs error messages about the root key being expired, // you will need to update your keys. See https://www.isc.org/bind-keys //======================================================================== - dnssec-validation auto; + dnssec-validation no; auth-nxdomain no; # conform to RFC1035 listen-on-v6 { any; };