mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Example of new view class type.
This commit is contained in:
parent
5e3d37f84a
commit
5ab3a02712
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue