add multizone

This commit is contained in:
2022-07-04 09:08:15 +03:00
parent b31bb1fe81
commit 0f091b1f1d
9 changed files with 173 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
$TTL 604800
@ IN SOA dav.lan. root.dav.lan. (
2 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
@ IN NS ns.
2 IN PTR ns.dav.lan.
3 IN PTR zidoo.dav.lan.
4 IN PTR voip.dav.lan.
5 IN PTR qnap.dav.lan.
6 IN PTR printserver.dav.lan.
7 IN PTR docker.dav.lan.
8 IN PTR dnas.dav.lan.
9 IN PTR pve.dav.lan.
10 IN PTR bastion.dav.lan.
12 IN PTR smarthome.dav.lan.
15 IN PTR syno.dav.lan.

View File

@@ -0,0 +1,22 @@
$TTL 604800
@ IN SOA dav.lan. root.dav.lan. (
2022070101 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS ns
@ IN AAAA ::1
ns IN A 192.168.13.2
zidoo IN A 192.168.13.3
voip IN A 192.168.13.4
qnap IN A 192.168.13.5
printserver IN A 192.168.13.6
docker IN A 192.168.13.7
dnas IN A 192.168.13.8
pve IN A 192.168.13.9
bastion IN A 192.168.13.10
smarthome IN A 192.168.13.12
syno IN A 192.168.13.16

View File

@@ -0,0 +1,12 @@
$TTL 604800
@ IN SOA k8s.lan. root.k8s.lan. (
2 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
@ IN NS ns.
5 IN PTR test1.k8s.lan.
10 IN PTR test2.k8s.lan.

View File

@@ -0,0 +1,14 @@
$TTL 604800
@ IN SOA k8s.lan. root.k8s.lan. (
2022070101 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
@ IN NS ns
@ IN AAAA ::1
ns IN A 192.168.13.2
test1 IN A 10.1.2.5
test2 IN A 10.1.2.10

View File

@@ -0,0 +1,12 @@
$TTL 604800
@ IN SOA test.lan. root.test.lan. (
2 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
@ IN NS ns.
5 IN PTR test1.test.lan.
6 IN PTR test2.test.lan.

View File

@@ -0,0 +1,14 @@
$TTL 604800
@ IN SOA test.lan. root.test.lan. (
2022070101 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
@ IN NS ns
@ IN AAAA ::1
ns IN A 192.168.13.2
test1 IN A 192.168.10.5
test2 IN A 192.168.10.6