mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 15:45:25 +00:00
ns3 tried to use the same query-source address as ns1,
causing the notify test to fail on all(?) platforms
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
options {
|
options {
|
||||||
query-source address 10.53.0.1 port 5300;
|
query-source address 10.53.0.3 port 5300;
|
||||||
port 5300;
|
port 5300;
|
||||||
directory ".";
|
directory ".";
|
||||||
pid-file "named.pid";
|
pid-file "named.pid";
|
||||||
|
Reference in New Issue
Block a user