mirror of
https://github.com/curl/curl.git
synced 2026-08-26 20:13:33 +03:00
cmdline-docs: make sure to phrase it as "added in ...."
References to things that were added or changed in a specific version
should be specified as "(added in [version]) for two reasons:
1 - consistency
2 - to allow gen.pl to strip them out if deemed referring to too old
versions
Closes #11821
This commit is contained in:
parent
fa7df3070a
commit
bfb48e33fb
32 changed files with 107 additions and 112 deletions
|
|
@ -21,8 +21,9 @@ exclusive.
|
|||
This option is superfluous since you can specify a socks5 proxy with --proxy
|
||||
using a socks5:// protocol prefix. (Added in 7.21.7)
|
||||
|
||||
Since 7.52.0, --preproxy can be used to specify a SOCKS proxy at the same time
|
||||
--proxy is used with an HTTP/HTTPS proxy. In such a case curl first connects to
|
||||
the SOCKS proxy and then connects (through SOCKS) to the HTTP or HTTPS proxy.
|
||||
--preproxy can be used to specify a SOCKS proxy at the same time --proxy is
|
||||
used with an HTTP/HTTPS proxy (added in 7.52.0). In such a case, curl first
|
||||
connects to the SOCKS proxy and then connects (through SOCKS) to the HTTP or
|
||||
HTTPS proxy.
|
||||
|
||||
This option (as well as --socks4) does not work with IPV6, FTPS or LDAP.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue