]> git.ipfire.org Git - thirdparty/unbound.git/commit
- Fix #596: unset the RA bit when a query is blocked by an unbound
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 4 Jan 2022 12:40:07 +0000 (13:40 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 4 Jan 2022 12:40:07 +0000 (13:40 +0100)
commit392c1f0f5495cb0cc1170e126945caa7e988f47d
tree17a3d867676524ba780aec0f3fe25c2d2a21b042
parent4e492725e1764c579ef3bef2bbcddffc5159629f
- Fix #596: unset the RA bit when a query is blocked by an unbound
  RPZ nxdomain reply. The option rpz-signal-nxdomain-ra allows to
  signal that a domain is externally blocked to clients when it
  is blocked with NXDOMAIN by unsetting RA.
doc/Changelog
doc/example.conf.in
doc/unbound.conf.5.in
services/rpz.c
services/rpz.h
util/config_file.h
util/configlexer.c
util/configlexer.lex
util/configparser.c
util/configparser.h
util/configparser.y