2
0
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:
Andreas Gustafsson
2000-05-22 16:34:06 +00:00
parent 5b83a15556
commit 7fa1c9722b

View File

@@ -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;
};