Updated DNS files

This commit is contained in:
deepend 2025-02-23 07:40:02 -07:00
parent 0a25978a09
commit c593962c4a
2 changed files with 19 additions and 0 deletions

14
db.cw.tilde Normal file
View File

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

View File

@ -220,3 +220,8 @@ zone "ajm.tilde" {
file "/etc/bind/db.ajm.tilde";
};
zone "cw.tilde" {
type master;
file "/etc/bind/db.cw.tilde";
};