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