diff --git a/db.totalchaos.tilde b/db.totalchaos.tilde new file mode 100644 index 00000000..6699a4a9 --- /dev/null +++ b/db.totalchaos.tilde @@ -0,0 +1,14 @@ +; BIND data file for totalchaos.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.totalchaos.tilde. ( + 2024101001 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME totalchaos.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index 72ec6a60..a6fcc4a7 100644 --- a/named.conf.local +++ b/named.conf.local @@ -135,3 +135,8 @@ zone "basil.tilde" { file "/etc/bind/db.basil.tilde"; }; +zone "totalchaos.tilde" { + type master; + file "/etc/bind/db.totalchaos.tilde"; +}; +