]> git.ipfire.org Git - thirdparty/unbound.git/commit
- Fix #1477: respip + dns64: dns64 uses A records modified by
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 24 Jul 2026 07:29:17 +0000 (09:29 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 24 Jul 2026 07:29:17 +0000 (09:29 +0200)
commit79e100a7fbb45bee3a409f2add927dbee563d35d
treebc20de48034c4a186eed53a850dae91bab956412
parenta65d3d7283890dc1861a61f8515c432b39574604
- Fix #1477: respip + dns64: dns64 uses A records modified by
  respip instead of original A records. Adds local-zone types
  block_a_wdata and block_aaaa_wdata, that are like block_a
  and block_aaaa, and uses local-data if present.
doc/Changelog
doc/example.conf.in
doc/unbound.conf.rst
services/localzone.c
services/localzone.h
testdata/local_block_a.rpl
util/configparser.y