Updated DNS files

This commit is contained in:
deepend 2025-05-14 17:49:02 -06:00
parent 6c123899f6
commit f9164d80cf
2 changed files with 19 additions and 0 deletions

14
db.markdriscoll.tilde Normal file
View File

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

View File

@ -285,3 +285,8 @@ zone "www.tilde" {
file "/etc/bind/db.www.tilde";
};
zone "markdriscoll.tilde" {
type master;
file "/etc/bind/db.markdriscoll.tilde";
};