allow-notify doesn't work for url on rpz zones (https://github.com/NLnetLabs/unbound/issues/679)

This commit is contained in:
Philip Homburg 2022-05-31 15:05:12 +02:00
parent edc1d07718
commit 6dad2d2fc6

View file

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