Updated DNS files

This commit is contained in:
deepend 2024-05-30 22:46:01 -06:00
parent b9662564a9
commit e34c004f52
2 changed files with 19 additions and 0 deletions

14
db.w3eradigital.tilde Normal file
View File

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

View File

@ -95,3 +95,8 @@ zone "luckystar.tilde" {
file "/etc/bind/db.luckystar.tilde";
};
zone "w3eradigital.tilde" {
type master;
file "/etc/bind/db.w3eradigital.tilde";
};