diff --git a/db.ashellm.tilde b/db.ashellm.tilde new file mode 100644 index 00000000..f7dc0c12 --- /dev/null +++ b/db.ashellm.tilde @@ -0,0 +1,14 @@ +; BIND data file for ashellm.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.ashellm.tilde. ( + 2025040501 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME ashellm.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index ac52ce13..798a774a 100644 --- a/named.conf.local +++ b/named.conf.local @@ -240,3 +240,8 @@ zone "acidcat.tilde" { file "/etc/bind/db.acidcat.tilde"; }; +zone "ashellm.tilde" { + type master; + file "/etc/bind/db.ashellm.tilde"; +}; +