diff --git a/db.nic.tilde.tilde b/db.nic.tilde.tilde new file mode 100644 index 00000000..3b363df3 --- /dev/null +++ b/db.nic.tilde.tilde @@ -0,0 +1,15 @@ +; BIND data file for nic.tilde.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.nic.tilde.tilde. ( + 2024011301 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +@ IN NS ns3.master.tilde. +www IN CNAME nic.tilde.tilde +@ IN A 9.9.9.9 +* IN A 9.9.9.9 diff --git a/named.conf.local b/named.conf.local index 8e69ea2b..cd2ab249 100644 --- a/named.conf.local +++ b/named.conf.local @@ -30,3 +30,8 @@ zone "club.tilde" { file "/etc/bind/db.club.tilde"; }; +zone "nic.tilde.tilde" { + type master; + file "/etc/bind/db.nic.tilde.tilde"; +}; +