mirror of
https://github.com/TildeNIC/.tilde.git
synced 2026-04-24 19:50:18 +00:00
Updated DNS files
This commit is contained in:
14
db.dessholiday.tilde
Normal file
14
db.dessholiday.tilde
Normal file
@@ -0,0 +1,14 @@
|
||||
; BIND data file for dessholiday.tilde
|
||||
$TTL 604800
|
||||
@ IN SOA ns1.master.tilde. root.dessholiday.tilde. (
|
||||
2026040101 ; Serial
|
||||
604800 ; Refresh
|
||||
86400 ; Retry
|
||||
2419200 ; Expire
|
||||
604800 ) ; Negative Cache TTL
|
||||
;
|
||||
@ IN NS ns1.master.tilde.
|
||||
@ IN NS ns2.master.tilde.
|
||||
www IN CNAME dessholiday.tilde
|
||||
@ IN A
|
||||
* IN A
|
||||
@@ -450,3 +450,8 @@ zone "turboblack.tilde" {
|
||||
file "/etc/bind/db.turboblack.tilde";
|
||||
};
|
||||
|
||||
zone "dessholiday.tilde" {
|
||||
type master;
|
||||
file "/etc/bind/db.dessholiday.tilde";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user