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