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