]> git.ipfire.org Git - thirdparty/bind9.git/commit
Make dig generate DoH URI using isc_nm_http_makeuri()
authorArtem Boldariev <artem@boldariev.com>
Thu, 12 Aug 2021 07:18:26 +0000 (10:18 +0300)
committerArtem Boldariev <artem@boldariev.com>
Mon, 30 Aug 2021 07:21:59 +0000 (10:21 +0300)
commit0403ca1ac242dbaa550f3faf0cfae6dbb25310f8
tree7743c808b69ec33880bd7a810b6036397e2448c3
parent530133c10fb41da37cbd942aa0327732cab02d7c
Make dig generate DoH URI using isc_nm_http_makeuri()

This commit replaces ad-hoc code for DoH connect URI construction with
isc_nm_http_makeuri(), making it handle IPv6 adresses properly (among
other things).
bin/dig/dighost.c