Updated DNS files

This commit is contained in:
deepend 2025-08-15 14:54:02 -06:00
parent 159263270e
commit 666b9802bf
2 changed files with 19 additions and 0 deletions

14
db.tydes.tilde Normal file
View File

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

View File

@ -335,3 +335,8 @@ zone "testai.tilde" {
file "/etc/bind/db.testai.tilde"; file "/etc/bind/db.testai.tilde";
}; };
zone "tydes.tilde" {
type master;
file "/etc/bind/db.tydes.tilde";
};