mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-14 23:30:01 -04:00
3625. [bug] Don't send notify messages to machines outside of the
test setup.
(cherry picked from commit f45f654185)
This commit is contained in:
parent
2b54092072
commit
4a5b9448d9
2 changed files with 6 additions and 1 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
3625. [bug] Don't send notify messages to machines outside of the
|
||||
test setup.
|
||||
|
||||
3623. [bug] zone-statistics was only effective in new statistics.
|
||||
[RT #34466]
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ options {
|
|||
listen-on { 10.53.0.1; };
|
||||
listen-on-v6 { none; };
|
||||
recursion no;
|
||||
notify yes;
|
||||
notify no;
|
||||
rrset-order {
|
||||
name "fixed.example" order fixed;
|
||||
name "random.example" order random;
|
||||
|
|
@ -40,4 +40,6 @@ options {
|
|||
zone "." {
|
||||
type master;
|
||||
file "root.db";
|
||||
notify explicit;
|
||||
also-notify { 10.53.0.2; };
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue