]> git.ipfire.org Git - thirdparty/unbound.git/commit
- Fix #330: [Feature request] Add unencrypted DNS over HTTPS support.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 19 Oct 2020 08:24:03 +0000 (10:24 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 19 Oct 2020 08:24:03 +0000 (10:24 +0200)
commita3e2bfbb0cdcc264ed139233f391cca55ad1b526
treee9fad42022d8b870d492b79252fec7b11886b39d
parentba074c8bef105b968164060440c21b8c2c614794
- Fix #330: [Feature request] Add unencrypted DNS over HTTPS support.
  This adds the option http-notls-downstream: yesno to change that,
  and the dohclient test code has the -n option.
16 files changed:
daemon/worker.c
doc/Changelog
doc/example.conf.in
doc/unbound.conf.5.in
services/listen_dnsport.c
services/listen_dnsport.h
testcode/dohclient.c
testcode/fake_event.c
util/config_file.c
util/config_file.h
util/configlexer.c
util/configlexer.lex
util/configparser.c
util/configparser.h
util/configparser.y
util/netevent.c