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