From: Philip Homburg Date: Tue, 31 May 2022 13:05:12 +0000 (+0200) Subject: allow-notify doesn't work for url on rpz zones (https://github.com/NLnetLabs/unbound... X-Git-Tag: release-1.16.1rc1~31^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dad2d2fc6c959e17408876190347bf8684b4662;p=thirdparty%2Funbound.git allow-notify doesn't work for url on rpz zones (https://github.com/NLnetLabs/unbound/issues/679) --- diff --git a/services/authzone.c b/services/authzone.c index 02fb621a2..a66ffa1dc 100644 --- a/services/authzone.c +++ b/services/authzone.c @@ -5512,6 +5512,8 @@ xfr_transfer_init_fetch(struct auth_xfer* xfr, struct module_env* env) addr_to_str(&addr, addrlen, as, sizeof(as)); verbose(VERB_ALGO, "auth zone %s transfer next HTTP fetch from %s started", zname, as); } + /* Create or refresh the list of of allow_notify addrs */ + probe_copy_masters_for_allow_notify(xfr); return 1; }