Updated DNS files

This commit is contained in:
deepend 2024-01-13 13:20:04 -07:00
parent 16b030b8d3
commit c8276b0a52
4 changed files with 0 additions and 60 deletions

View File

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

View File

@ -1,15 +0,0 @@
; 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

View File

@ -1,15 +0,0 @@
; 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

@ -30,18 +30,3 @@ zone "club.tilde" {
file "/etc/bind/db.club.tilde";
};
zone "test.tilde" {
type master;
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";
};