Updated DNS files

This commit is contained in:
deepend 2024-12-28 04:44:02 -07:00
parent ee58d9dc74
commit a31c7e0950
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
; BIND data file for rootww.tilde.tilde
; BIND data file for rootww.tilde
$TTL 604800
@ IN SOA ns1.master.tilde. root.rootww.tilde.tilde. (
@ IN SOA ns1.master.tilde. root.rootww.tilde. (
2024122801 ; Serial
604800 ; Refresh
86400 ; Retry
@ -9,6 +9,6 @@ $TTL 604800
;
@ IN NS ns1.master.tilde.
@ IN NS ns2.master.tilde.
www IN CNAME rootww.tilde.tilde
www IN CNAME rootww.tilde
@ IN A
* IN A

View File

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