Updated DNS files

This commit is contained in:
deepend 2025-04-05 20:15:01 -06:00
parent 3df47912b5
commit 2fa1c8e54f
2 changed files with 19 additions and 0 deletions

14
db.ashellm.tilde Normal file
View File

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

View File

@ -240,3 +240,8 @@ zone "acidcat.tilde" {
file "/etc/bind/db.acidcat.tilde";
};
zone "ashellm.tilde" {
type master;
file "/etc/bind/db.ashellm.tilde";
};