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