Updated DNS files

This commit is contained in:
deepend 2025-03-04 21:32:02 -07:00
parent ea45ad7a71
commit 70b70a0e8a
2 changed files with 19 additions and 0 deletions

14
db.theonecurly.tilde Normal file
View File

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

View File

@ -225,3 +225,8 @@ zone "cw.tilde" {
file "/etc/bind/db.cw.tilde";
};
zone "theonecurly.tilde" {
type master;
file "/etc/bind/db.theonecurly.tilde";
};