Updated DNS files

This commit is contained in:
deepend 2024-01-18 03:20:04 -07:00
parent 9a40280933
commit 75d2cb759d
2 changed files with 20 additions and 0 deletions

15
db.fedai.tilde Normal file
View File

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

View File

@ -30,3 +30,8 @@ zone "club.tilde" {
file "/etc/bind/db.club.tilde";
};
zone "fedai.tilde" {
type master;
file "/etc/bind/db.fedai.tilde";
};