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