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