Updated DNS files

This commit is contained in:
deepend 2024-12-28 04:43:02 -07:00
parent fa1b7df998
commit ee58d9dc74
2 changed files with 19 additions and 0 deletions

14
db.rootww.tilde.tilde Normal file
View File

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

View File

@ -165,3 +165,8 @@ zone "la.tilde" {
file "/etc/bind/db.la.tilde";
};
zone "rootww.tilde.tilde" {
type master;
file "/etc/bind/db.rootww.tilde.tilde";
};