From 72295572d56c2e76b476049b2f4aafbbdccb7fa1 Mon Sep 17 00:00:00 2001 From: login Date: Thu, 27 Dec 2018 08:23:05 -0500 Subject: [PATCH] Update 'named.conf.local' to include town.tilde Updated 'named.conf.local' to include town.tilde --- named.conf.local | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/named.conf.local b/named.conf.local index f0bdea1..bb092d9 100644 --- a/named.conf.local +++ b/named.conf.local @@ -41,6 +41,11 @@ zone "tilde.tilde" { file "/etc/bind/db.tilde.tilde"; }; +zone "town.tilde" { + type master; + file "/etc/bind/db.town.tilde"; +}; + zone "thunix.tilde" IN { type stub; file "/etc/bind/db.thunix.tilde";