Updated DNS files

This commit is contained in:
deepend 2025-08-14 15:44:02 -06:00
parent bbbedea8aa
commit 50849d6ef5
2 changed files with 0 additions and 19 deletions

View File

@ -1,14 +0,0 @@
; 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,8 +335,3 @@ 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";
};