mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00: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:
@@ -1,6 +1,7 @@
|
|||||||
options {
|
options {
|
||||||
pid-file "named.pid";
|
pid-file "named.pid";
|
||||||
listen-on { 10.53.0.2; };
|
listen-on { 10.53.0.2; };
|
||||||
|
query-source address 10.53.0.2 port 1995;
|
||||||
recursion no;
|
recursion no;
|
||||||
notify yes;
|
notify yes;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user