]> git.ipfire.org Git - thirdparty/unbound.git/commit
- Fix for #1344: Fix that respip and dns64 can be enabled at the
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 30 Sep 2025 09:28:15 +0000 (11:28 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 30 Sep 2025 09:28:15 +0000 (11:28 +0200)
commitfeeebc95f875ed378848ffc4441e5a66bdf5c50b
tree8193d82aebdda60839eababe3beee2f6a5f2ef45
parent187aa52859be3d084d50cc1a4277eea12bb872e8
- Fix for #1344: Fix that respip and dns64 can be enabled at the
  same time, the client info is copied for attach_sub and add_sub
  calls. That makes respip work on dns64 synthesized answers, and
  also makes RPZ work with DNS64. The order for the modules is
  module-config: "respip dns64 validator iterator".
15 files changed:
dns64/dns64.c
doc/Changelog
edns-subnet/subnetmod.c
ipsecmod/ipsecmod.c
iterator/iterator.c
pythonmod/interface.i
respip/respip.c
services/mesh.c
services/mesh.h
smallapp/unbound-checkconf.c
testdata/respip_dns64_lookup.rpl [new file with mode: 0644]
util/fptr_wlist.c
util/fptr_wlist.h
util/module.h
validator/validator.c