diff --git a/db.search.tilde b/db.search.tilde new file mode 100644 index 00000000..1c38b056 --- /dev/null +++ b/db.search.tilde @@ -0,0 +1,19 @@ +; +; BIND data file for search.tilde +; +$TTL 604802 +@ IN SOA master.tilde. root.master.tilde. ( + 2019021101 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; + IN A 107.206.239.11 +; + IN NS ns1.master.tilde. + IN NS ns2.master.tilde. + IN NS ns3.master.tilde. + IN NS ns4.master.tilde. + +@ IN A 107.206.239.11 \ No newline at end of file diff --git a/named.conf.local b/named.conf.local index c6f33f4d..8a1a8095 100644 --- a/named.conf.local +++ b/named.conf.local @@ -135,4 +135,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