Home | History | Annotate | Download | only in cmdline-opts

Lines Matching refs:proxy

3 Help: SOCKS5 proxy on given host + port
6 Use the specified SOCKS5 proxy - but resolve the host name locally. If the
9 This option overrides any previous use of --proxy, as they are mutually
12 Since 7.21.7, this option is superfluous since you can specify a socks5 proxy
13 with --proxy using a socks5:// protocol prefix.
15 Since 7.52.0, --preproxy can be used to specify a SOCKS proxy at the same time
16 --proxy is used with an HTTP/HTTPS proxy. In such a case curl first connects to
17 the SOCKS proxy and then connects (through SOCKS) to the HTTP or HTTPS proxy.