Updated DNS files

This commit is contained in:
deepend 2024-01-13 09:15:04 -07:00
parent 4926f0b8c4
commit 6ebba98fb5
2 changed files with 20 additions and 0 deletions

15
db.green.tilde Normal file
View File

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

View File

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