diff --git a/db.cocaurhi.tilde b/db.cocaurhi.tilde new file mode 100644 index 00000000..3f8c672d --- /dev/null +++ b/db.cocaurhi.tilde @@ -0,0 +1,14 @@ +; BIND data file for cocaurhi.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.cocaurhi.tilde. ( + 2025112001 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME cocaurhi.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index 47f96dbe..cc093c94 100644 --- a/named.conf.local +++ b/named.conf.local @@ -405,3 +405,8 @@ zone "pandashare.tilde" { file "/etc/bind/db.pandashare.tilde"; }; +zone "cocaurhi.tilde" { + type master; + file "/etc/bind/db.cocaurhi.tilde"; +}; +