Selaa lähdekoodia

feat(nsmaster): do not sign outgoing NOTIFYs

Our secondaries will have different TSIG key configurations, and
nsmaster currently cannot pick the right key.  As a result,
secondaries would discard (some) NOTIFYs.

Outgoing AXFRs can still use TSIG, as the AXFR query contains the
required parameters.

Related: https://github.com/PowerDNS/pdns/issues/10867
Peter Thomassen 3 vuotta sitten
vanhempi
commit
cddf450cc8
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      nsmaster/conf/pdns.conf.var

+ 1 - 0
nsmaster/conf/pdns.conf.var

@@ -7,6 +7,7 @@ setgid=pdns
 setuid=pdns
 secondary=yes
 secondary-do-renotify=yes
+send-signed-notify=no
 max-tcp-connections=200
 version-string=powerdns
 webserver=yes