Updated DNS files

This commit is contained in:
deepend 2024-04-16 08:00:03 -06:00
parent 310e90356b
commit e9f48318ec
2 changed files with 19 additions and 0 deletions

14
db.hydroakri.tilde Normal file
View File

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

View File

@ -70,3 +70,8 @@ zone "ma.tilde" {
file "/etc/bind/db.ma.tilde"; file "/etc/bind/db.ma.tilde";
}; };
zone "hydroakri.tilde" {
type master;
file "/etc/bind/db.hydroakri.tilde";
};