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