diff --git a/db.nic.tilde b/db.nic.tilde new file mode 100644 index 0000000..556df57 --- /dev/null +++ b/db.nic.tilde @@ -0,0 +1,18 @@ +; +; BIND data file for your.tilde +; +$TTL 604802 +@ IN SOA nic.tilde. root.nic.tilde. ( + 1 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL + IN A 142.44.251.173 +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +@ IN NS ns3.master.tilde. +@ IN NS ns4.master.tilde. +@ IN A 142.44.251.173 +@ IN AAAA 2607:5300:60:6e94::10 diff --git a/named.conf.local b/named.conf.local index 8a1a809..decbfb7 100644 --- a/named.conf.local +++ b/named.conf.local @@ -26,6 +26,11 @@ zone "news.tilde" { file "/etc/bind/db.news.tilde"; }; +zone "nic.tilde" { + type master; + file "/etc/bind/db.nic.tilde"; +}; + zone "ci.tilde" { type master; file "/etc/bind/db.ci.tilde"; @@ -140,4 +145,4 @@ zone "forums.tilde" { zone "search.tilde" { type master; file "/etc/bind/db.search.tilde"; -}; \ No newline at end of file +};