Updated DNS files

This commit is contained in:
deepend 2025-08-26 23:25:01 -06:00
parent 315daff448
commit 9943dfe639
2 changed files with 19 additions and 0 deletions

14
db.wowowow.tilde Normal file
View File

@ -0,0 +1,14 @@
; BIND data file for wowowow.tilde
$TTL 604800
@ IN SOA ns1.master.tilde. root.wowowow.tilde. (
2025082701 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS ns1.master.tilde.
@ IN NS ns2.master.tilde.
www IN CNAME wowowow.tilde
@ IN A 127.0.0.1
* IN A 127.0.0.1

View File

@ -340,3 +340,8 @@ zone "tydes.tilde" {
file "/etc/bind/db.tydes.tilde";
};
zone "wowowow.tilde" {
type master;
file "/etc/bind/db.wowowow.tilde";
};