diff --git a/named.conf.local b/named.conf.local index 3df87d8..c3508f3 100644 --- a/named.conf.local +++ b/named.conf.local @@ -100,4 +100,14 @@ zone "ca.tilde" { zone "os.tilde" { type master; file "/etc/bind/db.os.tilde"; +}; + +zone "wiki.tilde" { + type master; + file "/etc/bind/db.wiki.tilde"; +}; + +zone "forums.tilde" { + type master; + file "/etc/bind/db.forums.tilde"; }; \ No newline at end of file