Updated DNS files

This commit is contained in:
deepend 2025-04-05 20:14:02 -06:00
parent 9613a3c407
commit 3df47912b5
2 changed files with 19 additions and 0 deletions

14
db.acidcat.tilde Normal file
View File

@ -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

View File

@ -235,3 +235,8 @@ zone "olive.tilde" {
file "/etc/bind/db.olive.tilde";
};
zone "acidcat.tilde" {
type master;
file "/etc/bind/db.acidcat.tilde";
};