Updated DNS files

This commit is contained in:
deepend 2024-11-03 20:35:01 -07:00
parent 19f95411ca
commit b6dede2ab3
2 changed files with 19 additions and 0 deletions

14
db.xspsoft.tilde Normal file
View File

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

View File

@ -150,3 +150,8 @@ zone "imagineee.tilde" {
file "/etc/bind/db.imagineee.tilde";
};
zone "xspsoft.tilde" {
type master;
file "/etc/bind/db.xspsoft.tilde";
};