mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 11:40:00 -04:00
set a query source so that notify packets get sent with
the correct source address and are accepted by the slave as coming from a master
This commit is contained in:
parent
5b83a15556
commit
7fa1c9722b
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
options {
|
||||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.2; };
|
||||
query-source address 10.53.0.2 port 1995;
|
||||
recursion no;
|
||||
notify yes;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue