]> git.ipfire.org Git - thirdparty/unbound.git/commit
- Fix that log-replies prints the correct name for local-alias
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 4 Feb 2019 09:51:27 +0000 (09:51 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 4 Feb 2019 09:51:27 +0000 (09:51 +0000)
commitfe97f25b75a38cf478ea575350bc5017301afe58
tree58116e9ba17f1b6a61deae61239e52dbf6e0cebe
parent281030d5768b962b4c319a6378bb62e645a13f63
- Fix that log-replies prints the correct name for local-alias
  names, for names that have a CNAME in local-data configuration.
  It logs the original query name, not the target of the CNAME.
- Add local-zone type inform_redirect, which logs like type inform,
  and redirects like type redirect.

git-svn-id: file:///svn/unbound/trunk@5099 be551aaa-1e26-0410-a405-d3ace91eadb9
daemon/worker.c
doc/Changelog
doc/example.conf.in
doc/unbound.conf.5.in
respip/respip.c
services/localzone.c
services/localzone.h
util/configparser.c
util/configparser.y