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