bind9/bin/named
Artem Boldariev 08da09bc76 Initial support for DNS-over-HTTP(S)
This commit completes the support for DNS-over-HTTP(S) built on top of
nghttp2 and plugs it into the BIND. Support for both GET and POST
requests is present, as required by RFC8484.

Both encrypted (via TLS) and unencrypted HTTP/2 connections are
supported. The latter are mostly there for debugging/troubleshooting
purposes and for the means of encryption offloading to third-party
software (as might be desirable in some environments to simplify TLS
certificates management).
2021-02-03 12:06:17 +01:00
..
include Initial support for DNS-over-HTTP(S) 2021-02-03 12:06:17 +01:00
unix Fix possible NULL dereference in cd->dlz_destroy() 2020-10-28 15:48:58 +01:00
win32 implement xfrin via XoT 2021-01-29 12:07:38 +01:00
.gitignore Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
bind9.xsl update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
builtin.c Generate PTR records for DNS64 mapped ipv4only.arpa reverses. 2020-12-11 14:17:52 +11:00
config.c Add parser support for DoH configuration options 2021-02-03 12:06:17 +01:00
control.c Postpone the isc_app_shutdown() after rndc response has been sent 2020-10-22 11:46:58 -07:00
controlconf.c Postpone the isc_app_shutdown() after rndc response has been sent 2020-10-22 11:46:58 -07:00
fuzz.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
geoip.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
log.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
logconf.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
main.c Add parser support for DoH configuration options 2021-02-03 12:06:17 +01:00
Makefile.am implement xfrin via XoT 2021-01-29 12:07:38 +01:00
named.conf.rst Add parser support for DoH configuration options 2021-02-03 12:06:17 +01:00
named.rst Initial support for DNS-over-HTTP(S) 2021-02-03 12:06:17 +01:00
server.c Initial support for DNS-over-HTTP(S) 2021-02-03 12:06:17 +01:00
statschannel.c Stop xmlFreeTextWriter being called twice 2021-01-28 04:15:06 +00:00
tkeyconf.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
transportconf.c implement xfrin via XoT 2021-01-29 12:07:38 +01:00
tsigconf.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
xsl_p.h Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
zoneconf.c implement xfrin via XoT 2021-01-29 12:07:38 +01:00