diff --git a/db.cw.tilde b/db.cw.tilde new file mode 100644 index 00000000..16d7a8c6 --- /dev/null +++ b/db.cw.tilde @@ -0,0 +1,14 @@ +; BIND data file for cw.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.cw.tilde. ( + 2025022301 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME cw.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index 2c67cec6..61af3e90 100644 --- a/named.conf.local +++ b/named.conf.local @@ -220,3 +220,8 @@ zone "ajm.tilde" { file "/etc/bind/db.ajm.tilde"; }; +zone "cw.tilde" { + type master; + file "/etc/bind/db.cw.tilde"; +}; +