Updated DNS files

This commit is contained in:
deepend 2024-01-13 09:25:04 -07:00
parent 827894aefe
commit 01f9fafb09
2 changed files with 20 additions and 0 deletions

15
db.club.tilde Normal file
View File

@ -0,0 +1,15 @@
; BIND data file for club.tilde
$TTL 604800
@ IN SOA ns1.master.tilde. root.club.tilde. (
2024011301 ; 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 club.tilde
@ IN A 142.44.150.184
* IN A 142.44.150.184

View File

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