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,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.