Updated DNS files

This commit is contained in:
deepend 2025-07-19 01:28:01 -06:00
parent 557ca5f003
commit 6f9faf3c8a
2 changed files with 19 additions and 0 deletions

14
db.mayx.tilde Normal file
View File

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

View File

@ -315,3 +315,8 @@ zone "i.tilde" {
file "/etc/bind/db.i.tilde";
};
zone "mayx.tilde" {
type master;
file "/etc/bind/db.mayx.tilde";
};