mirror of https://github.com/aria2/aria2
Documented that aria2 accepts ftp:// and https:// scheme in proxy URI.
parent
1a9d3b7711
commit
7f21099ee7
|
@ -88,7 +88,8 @@ HTTP/FTP Options
|
||||||
defined proxy, use "". You can override this setting and specify a
|
defined proxy, use "". You can override this setting and specify a
|
||||||
proxy server for a particular protocol using *<<aria2_optref_http_proxy, --http-proxy>>*,
|
proxy server for a particular protocol using *<<aria2_optref_http_proxy, --http-proxy>>*,
|
||||||
*<<aria2_optref_https_proxy, --https-proxy>>* and *<<aria2_optref_ftp_proxy, --ftp-proxy>>* options. This affects all URIs.
|
*<<aria2_optref_https_proxy, --https-proxy>>* and *<<aria2_optref_ftp_proxy, --ftp-proxy>>* options. This affects all URIs.
|
||||||
The format of PROXY is [\\http://][USER:PASSWORD@]HOST[:PORT]
|
The format of PROXY is [\\http://][USER:PASSWORD@]HOST[:PORT].
|
||||||
|
See also *<<_environment, ENVIRONMENT>>* section.
|
||||||
|
|
||||||
[NOTE]
|
[NOTE]
|
||||||
|
|
||||||
|
@ -1311,6 +1312,12 @@ all_proxy [\\http://][USER:PASSWORD@]HOST[:PORT]::
|
||||||
Overrides all-proxy value in configuration file.
|
Overrides all-proxy value in configuration file.
|
||||||
The command-line option *<<aria2_optref_all_proxy, --all-proxy>>* overrides this value.
|
The command-line option *<<aria2_optref_all_proxy, --all-proxy>>* overrides this value.
|
||||||
|
|
||||||
|
[NOTE]
|
||||||
|
|
||||||
|
Although aria2 accepts ftp:// and https:// scheme in proxy URI, it
|
||||||
|
simply assumes that http:// is specified and does not change its
|
||||||
|
behavior based on the specified scheme.
|
||||||
|
|
||||||
no_proxy [DOMAIN,...]::
|
no_proxy [DOMAIN,...]::
|
||||||
|
|
||||||
Specify comma-separated hostname, domains and network address with
|
Specify comma-separated hostname, domains and network address with
|
||||||
|
|
Loading…
Reference in New Issue