Updated DNS files

This commit is contained in:
deepend 2025-03-06 10:47:01 -07:00
parent 36bdf41db8
commit 5333eefe17
3 changed files with 21 additions and 2 deletions

14
db.green.tilde Normal file
View File

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

View File

@ -10,5 +10,5 @@ $TTL 604800
@ IN NS ns1.master.tilde. @ IN NS ns1.master.tilde.
@ IN NS ns2.master.tilde. @ IN NS ns2.master.tilde.
www IN CNAME olive.tilde www IN CNAME olive.tilde
@ IN A @ IN A 54.38.176.219
* IN A * IN A 54.38.176.219

View File

@ -225,6 +225,11 @@ zone "theonecurly.tilde" {
file "/etc/bind/db.theonecurly.tilde"; file "/etc/bind/db.theonecurly.tilde";
}; };
zone "green.tilde" {
type master;
file "/etc/bind/db.green.tilde";
};
zone "olive.tilde" { zone "olive.tilde" {
type master; type master;
file "/etc/bind/db.olive.tilde"; file "/etc/bind/db.olive.tilde";