]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Add DoH3 headers, query string, path and scheme bindings
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 30 Dec 2024 14:51:01 +0000 (15:51 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 30 Dec 2024 15:01:58 +0000 (16:01 +0100)
commit6c419450e7dcbf20f427349ec3dc174caa7f2a43
tree14d676d0c6ae2cc9ecce25bedbeacd03ac76ec5c
parent788f396a78120c6c9ec0c5466fdfaa45b9145ce1
dnsdist: Add DoH3 headers, query string, path and scheme bindings

The DoH ones have been there for a long time, but the DoH3 ones were
missing. Note that we still don't have the ability to set a HTTP
response for DoH3 queries (including response maps) and SNI is still
missing (Quiche does not make that last one easy).
pdns/dnsdistdist/Makefile.am
pdns/dnsdistdist/dnsdist-doh-common.cc
pdns/dnsdistdist/dnsdist-lua-bindings-dnsquestion.cc
pdns/dnsdistdist/dnsdist-lua-ffi.cc
pdns/dnsdistdist/doh3.cc
pdns/dnsdistdist/doh3.hh
pdns/dnsdistdist/test-dnsdisttcp_cc.cc
regression-tests.dnsdist/dnsdisttests.py
regression-tests.dnsdist/doh3client.py
regression-tests.dnsdist/test_DOH3.py