mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
Add tests for transfer-source-v6 and query-source-v6
This commit is contained in:
@@ -20,6 +20,7 @@ options {
|
||||
10.0.0.3; 1:2:3:4:5:6:7:8;
|
||||
};
|
||||
transfer-source 10.0.0.5;
|
||||
transfer-source-v6 4:3:2:1:5:6:7:8;
|
||||
|
||||
directory "."; // use current directory
|
||||
named-xfer "/usr/libexec/named-xfer"; // _PATH_XFER
|
||||
@@ -104,7 +105,8 @@ options {
|
||||
* on a host-by-host basis using the 'server' statement (see below).
|
||||
*/
|
||||
transfer-format one-answer;
|
||||
query-source address * port *;
|
||||
query-source-v6 address 8:7:6:5:4:3:2:1 port *;
|
||||
query-source port * address 8:7:6:5:4:3:2:1 ;
|
||||
/*
|
||||
* The "forward" option is only meaningful if you've defined
|
||||
* forwarders. "first" gives the normal BIND
|
||||
|
Reference in New Issue
Block a user