]> git.ipfire.org Git - thirdparty/curl.git/commit
hostip: make CURLOPT_RESOLVE support replacing IPv6 addresses 16358/head
authorDaniel Stenberg <daniel@haxx.se>
Mon, 17 Feb 2025 07:33:52 +0000 (08:33 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 18 Feb 2025 07:55:56 +0000 (08:55 +0100)
commit2f4dc6525c130a8817e8a525159ec8bd78e9c8ae
tree9562227628add4d324353fbc7618c48452747445
parent61f85bf9678952039efc220591a264620909ac5d
hostip: make CURLOPT_RESOLVE support replacing IPv6 addresses

This also applies to --resolve of course.

Applied strparse functions on the function.

Fixes #16357
Reported-by: rmg-x on github
Closes #16358
Assisted-by: Jay Satiro
docs/cmdline-opts/resolve.md
docs/libcurl/opts/CURLOPT_RESOLVE.md
lib/hostip.c