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