mirror of https://github.com/TildeNIC/.tilde.git
Updated DNS files
This commit is contained in:
parent
fa1b7df998
commit
ee58d9dc74
|
@ -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
|
|
@ -165,3 +165,8 @@ zone "la.tilde" {
|
||||||
file "/etc/bind/db.la.tilde";
|
file "/etc/bind/db.la.tilde";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zone "rootww.tilde.tilde" {
|
||||||
|
type master;
|
||||||
|
file "/etc/bind/db.rootww.tilde.tilde";
|
||||||
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue