Updated DNS files

This commit is contained in:
deepend 2025-05-08 14:17:02 -06:00
parent 02c250de3e
commit 09ca5a85e6
2 changed files with 19 additions and 0 deletions

14
db.nanayaw.tilde Normal file
View File

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

View File

@ -265,3 +265,8 @@ zone "prfa.tilde" {
file "/etc/bind/db.prfa.tilde";
};
zone "nanayaw.tilde" {
type master;
file "/etc/bind/db.nanayaw.tilde";
};