Updated DNS files

This commit is contained in:
deepend 2025-11-19 23:38:02 -07:00
parent 21076bca50
commit 6b84f6e4d0
2 changed files with 19 additions and 0 deletions

14
db.cocaurhi.tilde Normal file
View File

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

View File

@ -405,3 +405,8 @@ zone "pandashare.tilde" {
file "/etc/bind/db.pandashare.tilde"; file "/etc/bind/db.pandashare.tilde";
}; };
zone "cocaurhi.tilde" {
type master;
file "/etc/bind/db.cocaurhi.tilde";
};