Updated DNS files

This commit is contained in:
deepend 2024-01-13 11:40:05 -07:00
parent 84312a5cc4
commit 45b2b7517c
3 changed files with 40 additions and 0 deletions

15
db.test1.tilde Normal file
View File

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

15
db.test44.tilde Normal file
View File

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

View File

@ -35,3 +35,13 @@ zone "test.tilde" {
file "/etc/bind/db.test.tilde";
};
zone "test1.tilde" {
type master;
file "/etc/bind/db.test1.tilde";
};
zone "test44.tilde" {
type master;
file "/etc/bind/db.test44.tilde";
};