mirror of
https://github.com/TildeNIC/.tilde.git
synced 2026-01-24 12:00:19 +00:00
Updated DNS files
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
; BIND data file for rootww.tilde.tilde
|
; BIND data file for rootww.tilde
|
||||||
$TTL 604800
|
$TTL 604800
|
||||||
@ IN SOA ns1.master.tilde. root.rootww.tilde.tilde. (
|
@ IN SOA ns1.master.tilde. root.rootww.tilde. (
|
||||||
2024122801 ; Serial
|
2024122801 ; Serial
|
||||||
604800 ; Refresh
|
604800 ; Refresh
|
||||||
86400 ; Retry
|
86400 ; Retry
|
||||||
@@ -9,6 +9,6 @@ $TTL 604800
|
|||||||
;
|
;
|
||||||
@ IN NS ns1.master.tilde.
|
@ IN NS ns1.master.tilde.
|
||||||
@ IN NS ns2.master.tilde.
|
@ IN NS ns2.master.tilde.
|
||||||
www IN CNAME rootww.tilde.tilde
|
www IN CNAME rootww.tilde
|
||||||
@ IN A
|
@ IN A
|
||||||
* IN A
|
* IN A
|
||||||
@@ -165,8 +165,8 @@ zone "la.tilde" {
|
|||||||
file "/etc/bind/db.la.tilde";
|
file "/etc/bind/db.la.tilde";
|
||||||
};
|
};
|
||||||
|
|
||||||
zone "rootww.tilde.tilde" {
|
zone "rootww.tilde" {
|
||||||
type master;
|
type master;
|
||||||
file "/etc/bind/db.rootww.tilde.tilde";
|
file "/etc/bind/db.rootww.tilde";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user