Commit 24e83558 authored by Jakub Wilk's avatar Jakub Wilk Committed by Jay Satiro
Browse files
parent ba48863e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,11 +12,11 @@ to setup an IP address and port for it to connect to. <address> should be one
of:
.RS
.IP interface
i.e "eth0" to specify which interface's IP address you want to use (Unix only)
e.g. "eth0" to specify which interface's IP address you want to use (Unix only)
.IP "IP address"
i.e "192.168.10.1" to specify the exact IP address
e.g. "192.168.10.1" to specify the exact IP address
.IP "host name"
i.e "my.host.domain" to specify the machine
e.g. "my.host.domain" to specify the machine
.IP "-"
make curl pick the same IP address that is already used for the control
connection
+1 −1
Original line number Diff line number Diff line
@@ -12,5 +12,5 @@ name, IP address or host name. An example could look like:
If this option is used several times, the last one will be used.

On Linux it can be used to specify a VRF, but the binary needs to either
have CAP_NET_RAW or to be ran as root. More information about Linux VRF:
have CAP_NET_RAW or to be run as root. More information about Linux VRF:
https://www.kernel.org/doc/Documentation/networking/vrf.txt
+3 −3
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ SMTP, LDAP etc.
.IP "ALL_PROXY [protocol://]<host>[:port]"
Sets the proxy server to use if no protocol-specific proxy is set.
.IP "NO_PROXY <comma-separated list of hosts>"
list of host names that shouldn't go through any proxy. If set to a asterisk
list of host names that shouldn't go through any proxy. If set to an asterisk
\&'*' only, it matches all hosts.

This environment variable disables use of the proxy even when specified with
@@ -45,9 +45,9 @@ a supported one, the proxy will be treated as an HTTP proxy.

The supported proxy protocol prefixes are as follows:
.IP "http://"
Makes it use it as a HTTP proxy. The default if no scheme prefix is used.
Makes it use it as an HTTP proxy. The default if no scheme prefix is used.
.IP "https://"
Makes it treated as a \fBHTTPS\fP proxy.
Makes it treated as an \fBHTTPS\fP proxy.
.IP "socks4://"
Makes it the equivalent of --socks4
.IP "socks4a://"
+1 −1
Original line number Diff line number Diff line
Long: proxy-cert-type
Arg: <type>
Added: 7.52.0
Help: Client certificate type for HTTS proxy
Help: Client certificate type for HTTPS proxy
---
Same as --cert-type but used in HTTPS proxy context.
+1 −1
Original line number Diff line number Diff line
Long: proxytunnel
Short: p
Help: Operate through a HTTP proxy tunnel (using CONNECT)
Help: Operate through an HTTP proxy tunnel (using CONNECT)
See-also: proxy
---
When an HTTP proxy is used --proxy, this option will cause non-HTTP protocols
Loading