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