add multizone
This commit is contained in:
12
bind9/multi_zones/zones/test.lan.rzone
Normal file
12
bind9/multi_zones/zones/test.lan.rzone
Normal 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.
|
||||
Reference in New Issue
Block a user