2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 06:55:30 +00:00

Add tests for transfer-source-v6 and query-source-v6

This commit is contained in:
James Brister
2000-02-09 16:36:59 +00:00
parent 35393c5cfa
commit 71f6034b7e

View File

@@ -20,6 +20,7 @@ options {
10.0.0.3; 1:2:3:4:5:6:7:8; 10.0.0.3; 1:2:3:4:5:6:7:8;
}; };
transfer-source 10.0.0.5; transfer-source 10.0.0.5;
transfer-source-v6 4:3:2:1:5:6:7:8;
directory "."; // use current directory directory "."; // use current directory
named-xfer "/usr/libexec/named-xfer"; // _PATH_XFER 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). * on a host-by-host basis using the 'server' statement (see below).
*/ */
transfer-format one-answer; 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 * The "forward" option is only meaningful if you've defined
* forwarders. "first" gives the normal BIND * forwarders. "first" gives the normal BIND