diff --git a/db.dawn.tilde b/db.dawn.tilde new file mode 100644 index 00000000..6b90e76e --- /dev/null +++ b/db.dawn.tilde @@ -0,0 +1,14 @@ +; BIND data file for dawn.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.dawn.tilde. ( + 2026032101 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME dawn.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index 7f911a00..6891095c 100644 --- a/named.conf.local +++ b/named.conf.local @@ -440,3 +440,8 @@ zone "pub.tilde.tilde" { file "/etc/bind/db.pub.tilde.tilde"; }; +zone "dawn.tilde" { + type master; + file "/etc/bind/db.dawn.tilde"; +}; +