diff --git a/db.next.tilde b/db.next.tilde new file mode 100644 index 00000000..e77f22d7 --- /dev/null +++ b/db.next.tilde @@ -0,0 +1,14 @@ +; BIND data file for next.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.next.tilde. ( + 2025040601 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME next.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index d530cdbc..24d1e5c1 100644 --- a/named.conf.local +++ b/named.conf.local @@ -250,3 +250,8 @@ zone "mcclure.tilde" { file "/etc/bind/db.mcclure.tilde"; }; +zone "next.tilde" { + type master; + file "/etc/bind/db.next.tilde"; +}; +