mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 19:02:05 -04: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:
parent
96ef51763f
commit
76ce9fbe97
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
options {
|
||||
query-source address 10.53.0.1 port 5300;
|
||||
query-source address 10.53.0.3 port 5300;
|
||||
port 5300;
|
||||
directory ".";
|
||||
pid-file "named.pid";
|
||||
|
|
|
|||
Loading…
Reference in a new issue