diff --git a/named.conf.local b/named.conf.local index 55d975f..81cd8b0 100644 --- a/named.conf.local +++ b/named.conf.local @@ -85,4 +85,9 @@ zone "jan6.tilde" { zone "summit.tilde" { type master; file "/etc/bind/db.summit.tilde"; +}; + +zone "domain.tilde" { + type master; + file "/etc/bind/db.summit.tilde"; }; \ No newline at end of file