mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
Example of new view class type.
This commit is contained in:
@@ -251,7 +251,7 @@ zone "slave.demo.zone" {
|
||||
forwarders { 10.45.45.45; 10.0.0.3; 1:2:3:4:5:6:7:8; };
|
||||
};
|
||||
|
||||
view "test-view" {
|
||||
view "test-view" hs {
|
||||
allow-query { 10.0.0.30;};
|
||||
match-clients { 10.0.0.1 ; };
|
||||
check-names master warn;
|
||||
@@ -267,7 +267,7 @@ view "test-view" {
|
||||
transfer-source 10.0.0.55;
|
||||
transfer-source-v6 4:3:8:1:5:6:7:8;
|
||||
query-source port * address 10.0.0.54 ;
|
||||
query-source-v6 address 6:6:6:6:6:6:6:6 port *;
|
||||
query-source-v6 address 6:6:6:6:6:6:6:6 port *;
|
||||
max-transfer-time-out 45;
|
||||
max-transfer-idle-out 55;
|
||||
cleaning-interval 100;
|
||||
|
Reference in New Issue
Block a user