mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-05 14:29:37 -05:00
- rpz-triggers, use zone for local data zone based answer if available.
This commit is contained in:
parent
e7f476d5c3
commit
ad08971b7a
1 changed files with 1 additions and 1 deletions
|
|
@ -2156,7 +2156,7 @@ rpz_apply_maybe_clientip_trigger(struct auth_zones* az, struct module_env* env,
|
|||
log_rpz_apply(((*z_out)?(*z_out)->name:NULL),
|
||||
client_action, qinfo, repinfo,
|
||||
(*r_out)->log_name);
|
||||
local_zones_zone_answer(NULL /*no zone*/, env, qinfo, edns,
|
||||
local_zones_zone_answer(*z_out /*likely NULL, no zone*/, env, qinfo, edns,
|
||||
repinfo, buf, temp, 0 /* no local data used */,
|
||||
rpz_action_to_localzone_type(client_action));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue