diff --git a/db.donut.tilde b/db.donut.tilde new file mode 100644 index 00000000..f555d287 --- /dev/null +++ b/db.donut.tilde @@ -0,0 +1,14 @@ +; BIND data file for donut.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.donut.tilde. ( + 2025013001 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME donut.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index 75c3133d..7782bb65 100644 --- a/named.conf.local +++ b/named.conf.local @@ -185,3 +185,8 @@ zone "coder.tilde" { file "/etc/bind/db.coder.tilde"; }; +zone "donut.tilde" { + type master; + file "/etc/bind/db.donut.tilde"; +}; +