From f3da6ddc68b113d2d77e02b228f6d1d86bff62bb Mon Sep 17 00:00:00 2001 From: deepend Date: Sat, 14 Sep 2019 19:38:31 -0400 Subject: [PATCH] added db.club.tilde added tilde.club's club.tilde domain. --- named.conf.local | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/named.conf.local b/named.conf.local index afce111..cbb941b 100644 --- a/named.conf.local +++ b/named.conf.local @@ -130,3 +130,7 @@ zone "tildepi.tilde" { type master; file "/etc/bind/db.tildepi.tilde"; }; +zone "club.tilde" { + type master; + file "/etc/bind/db.club.tilde"; +};