]> git.ipfire.org Git - thirdparty/curl.git/commit
socks: allow using DoH to resolve host names
authorDaniel Stenberg <daniel@haxx.se>
Thu, 16 Feb 2023 22:52:22 +0000 (23:52 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 17 Feb 2023 08:17:54 +0000 (09:17 +0100)
commit6d860f1758c9128e726a006d3aaea4d4c09bf77d
tree1e947217fec3b007f4a04f318ba620160f71d9ce
parent4437e3e34460d26f24a5af12a3e7b8da5aa84a21
socks: allow using DoH to resolve host names

For SOCKS modes where a local host resolve is done.

It was previously disabled in 12d655d4561, but a few local tests seem to
indicate that it works fine. Works now because of the SOCKS refactor of
4a4b63daaa01ef59 that made it non-blocking.

Reported-by: roughtex on github
Fixes #10537
Closes #10540
lib/socks.c