From 994988a2587a29cd5962b29e1b15135559780b1e Mon Sep 17 00:00:00 2001 From: ubergeek Date: Mon, 3 Dec 2018 21:24:10 -0500 Subject: [PATCH] adding thunix.tilde --- named.conf.local | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/named.conf.local b/named.conf.local index bbe0e03..4a5b358 100644 --- a/named.conf.local +++ b/named.conf.local @@ -39,4 +39,15 @@ zone "ubergeek.tilde" { zone "tilde.tilde" { type master; file "/etc/bind/db.tilde.tilde"; +}; + +zone "thunix.tilde" { + type forward; + forward only; + forwarders { + 50.23.197.94; + 208.43.71.243; + 69.197.18.162; + 70.39.97.253; + }; }; \ No newline at end of file