mirror of
https://github.com/TildeNIC/.tilde.git
synced 2026-01-24 03:50:19 +00:00
Updated DNS files
This commit is contained in:
14
db.wowowow.tilde
Normal file
14
db.wowowow.tilde
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
; BIND data file for wowowow.tilde
|
||||||
|
$TTL 604800
|
||||||
|
@ IN SOA ns1.master.tilde. root.wowowow.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 wowowow.tilde
|
||||||
|
@ IN A 127.0.0.1
|
||||||
|
* IN A 127.0.0.1
|
||||||
@@ -340,3 +340,8 @@ zone "tydes.tilde" {
|
|||||||
file "/etc/bind/db.tydes.tilde";
|
file "/etc/bind/db.tydes.tilde";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zone "wowowow.tilde" {
|
||||||
|
type master;
|
||||||
|
file "/etc/bind/db.wowowow.tilde";
|
||||||
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user