diff --git a/named.conf.local b/named.conf.local index 4a5b3585..f0bdea14 100644 --- a/named.conf.local +++ b/named.conf.local @@ -41,13 +41,13 @@ zone "tilde.tilde" { file "/etc/bind/db.tilde.tilde"; }; -zone "thunix.tilde" { - type forward; - forward only; - forwarders { +zone "thunix.tilde" IN { + type stub; + file "/etc/bind/db.thunix.tilde"; + masters { 50.23.197.94; 208.43.71.243; 69.197.18.162; 70.39.97.253; }; -}; \ No newline at end of file +};