Updated DNS files

This commit is contained in:
deepend 2025-08-14 00:18:01 -06:00
parent bbbfa68914
commit bbbedea8aa
2 changed files with 19 additions and 0 deletions

14
db.st8e.tilde Normal file
View File

@ -0,0 +1,14 @@
; BIND data file for st8e.tilde
$TTL 604800
@ IN SOA ns1.master.tilde. root.st8e.tilde. (
2025081401 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS ns1.master.tilde.
@ IN NS ns2.master.tilde.
www IN CNAME st8e.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 "st8e.tilde" {
type master;
file "/etc/bind/db.st8e.tilde";
};