From 61b4f75d08cc7b92b04ef8014988c814d6ac4135 Mon Sep 17 00:00:00 2001 From: ubergeek Date: Thu, 22 Aug 2019 07:29:38 -0400 Subject: [PATCH] adding tilde.best to local zone file --- named.conf.local | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/named.conf.local b/named.conf.local index 287d735..e827506 100644 --- a/named.conf.local +++ b/named.conf.local @@ -116,3 +116,8 @@ zone "best.tilde" { type master; file "/etc/bind/db.best.tilde"; }; + +zone "tilde.best" { + type master; + file "/etc/bind/db.tilde.best"; +};