diff --git a/db.acidcat.tilde b/db.acidcat.tilde new file mode 100644 index 00000000..2d1769eb --- /dev/null +++ b/db.acidcat.tilde @@ -0,0 +1,14 @@ +; BIND data file for acidcat.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.acidcat.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 acidcat.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index a7cdc719..ac52ce13 100644 --- a/named.conf.local +++ b/named.conf.local @@ -235,3 +235,8 @@ zone "olive.tilde" { file "/etc/bind/db.olive.tilde"; }; +zone "acidcat.tilde" { + type master; + file "/etc/bind/db.acidcat.tilde"; +}; +