diff --git a/named.conf.local b/named.conf.local index c3508f36..be13b921 100644 --- a/named.conf.local +++ b/named.conf.local @@ -110,4 +110,9 @@ zone "wiki.tilde" { zone "forums.tilde" { type master; file "/etc/bind/db.forums.tilde"; +}; + +zone "search.tilde" { + type master; + file "/etc/bind/db.search.tilde"; }; \ No newline at end of file