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