Updated DNS files

This commit is contained in:
deepend 2025-09-25 11:04:02 -06:00
parent b7216dc52d
commit e800f8d7a8
2 changed files with 19 additions and 0 deletions

14
db.void.tilde Normal file
View File

@ -0,0 +1,14 @@
; BIND data file for void.tilde
$TTL 604800
@ IN SOA ns1.master.tilde. root.void.tilde. (
2025092501 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS ns1.master.tilde.
@ IN NS ns2.master.tilde.
www IN CNAME void.tilde
@ IN A
* IN A

View File

@ -355,3 +355,8 @@ zone "80s1.tilde" {
file "/etc/bind/db.80s1.tilde";
};
zone "void.tilde" {
type master;
file "/etc/bind/db.void.tilde";
};