]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
allow-notify doesn't work for url on rpz zones (https://github.com/NLnetLabs/unbound...
authorPhilip Homburg <philip@nlnetlabs.nl>
Tue, 31 May 2022 13:05:12 +0000 (15:05 +0200)
committerPhilip Homburg <philip@nlnetlabs.nl>
Tue, 31 May 2022 13:10:38 +0000 (15:10 +0200)
services/authzone.c

index 02fb621a22ff2e4e579f99a63021e1485f0bb4e9..a66ffa1dcb6a427690e1692363d6f8699d4be675 100644 (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;
        }