Updated DNS files

This commit is contained in:
deepend 2025-11-06 18:37:01 -07:00
parent 9f1caa683d
commit 4e6f739540
2 changed files with 19 additions and 0 deletions

14
db.zedomega.tilde Normal file
View File

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

View File

@ -390,3 +390,8 @@ zone "youngchief.tilde" {
file "/etc/bind/db.youngchief.tilde";
};
zone "zedomega.tilde" {
type master;
file "/etc/bind/db.zedomega.tilde";
};