From 71e81e065baf71bb37ba59841ecb3602b203ce00 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 5 Dec 2018 17:29:20 +0000 Subject: [PATCH] Making fix for thunix.tilde --- named.conf.local | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 +};