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