]> git.ipfire.org Git - thirdparty/curl.git/commit
haproxy: add --haproxy-clientip flag to spoof client IPs
authorRaito Bezarius <masterancpp@gmail.com>
Thu, 16 Mar 2023 13:20:11 +0000 (14:20 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 5 Jun 2023 18:08:37 +0000 (20:08 +0200)
commit0a75964d0d94a4edf96a74efd076bac6d2029807
tree07d5db533a51db854e78175b5965bfd7403aad23
parent9ad23c38e5e80a96d4ac71cb1e16008b7d9d355d
haproxy: add --haproxy-clientip flag to spoof client IPs

CURLOPT_HAPROXY_CLIENT_IP in the library

Closes #10779
21 files changed:
docs/cmdline-opts/Makefile.inc
docs/cmdline-opts/haproxy-clientip.d [new file with mode: 0644]
docs/libcurl/curl_easy_setopt.3
docs/libcurl/opts/CURLOPT_HAPROXY_CLIENT_IP.3 [new file with mode: 0644]
docs/libcurl/opts/Makefile.inc
docs/libcurl/symbols-in-versions
docs/options-in-versions
include/curl/curl.h
include/curl/typecheck-gcc.h
lib/cf-haproxy.c
lib/easyoptions.c
lib/setopt.c
lib/urldata.h
src/tool_cfgable.c
src/tool_cfgable.h
src/tool_getparam.c
src/tool_listhelp.c
src/tool_operate.c
tests/data/Makefile.inc
tests/data/test3201 [new file with mode: 0644]
tests/data/test3202 [new file with mode: 0644]