Updated DNS files

This commit is contained in:
deepend 2025-04-08 03:47:02 -06:00
parent ba728c1855
commit ea970b6b4e
2 changed files with 19 additions and 0 deletions

14
db.camelia.tilde Normal file
View File

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

View File

@ -255,3 +255,8 @@ zone "next.tilde" {
file "/etc/bind/db.next.tilde";
};
zone "camelia.tilde" {
type master;
file "/etc/bind/db.camelia.tilde";
};