mirror of https://github.com/TildeNIC/.tilde.git
Updated DNS files
This commit is contained in:
parent
02c250de3e
commit
09ca5a85e6
|
@ -0,0 +1,14 @@
|
||||||
|
; BIND data file for nanayaw.tilde
|
||||||
|
$TTL 604800
|
||||||
|
@ IN SOA ns1.master.tilde. root.nanayaw.tilde. (
|
||||||
|
2025050801 ; Serial
|
||||||
|
604800 ; Refresh
|
||||||
|
86400 ; Retry
|
||||||
|
2419200 ; Expire
|
||||||
|
604800 ) ; Negative Cache TTL
|
||||||
|
;
|
||||||
|
@ IN NS ns1.master.tilde.
|
||||||
|
@ IN NS ns2.master.tilde.
|
||||||
|
www IN CNAME nanayaw.tilde
|
||||||
|
@ IN A
|
||||||
|
* IN A
|
|
@ -265,3 +265,8 @@ zone "prfa.tilde" {
|
||||||
file "/etc/bind/db.prfa.tilde";
|
file "/etc/bind/db.prfa.tilde";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zone "nanayaw.tilde" {
|
||||||
|
type master;
|
||||||
|
file "/etc/bind/db.nanayaw.tilde";
|
||||||
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue