mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-13 09:03:11 +00:00
More proxy documentation updates
a60648e34("Remove support for ftp_proxy", 2021-12-13)9504a6ddd("Document the curl_ca_bundle environment variable", 2021-12-13)
This commit is contained in:
parent
70c8da4088
commit
de3361fae2
3 changed files with 8 additions and 4 deletions
|
|
@ -38,7 +38,7 @@ check your web pages by adding the following to your robots.txt file::
|
|||
**Q: How can I tell LinkChecker which proxy to use?**
|
||||
|
||||
A: LinkChecker works automatically with proxies. In a Unix or Windows
|
||||
environment, set the http_proxy, https_proxy, ftp_proxy environment
|
||||
environment, set the http_proxy or https_proxy environment
|
||||
variables to a URL that identifies the proxy server before starting
|
||||
LinkChecker. For example:
|
||||
|
||||
|
|
|
|||
|
|
@ -487,9 +487,13 @@ ENVIRONMENT
|
|||
|
||||
specifies default HTTP proxy server
|
||||
|
||||
.. envvar:: ftp_proxy
|
||||
.. envvar:: https_proxy
|
||||
|
||||
specifies default FTP proxy server
|
||||
specifies default HTTPS proxy server
|
||||
|
||||
.. envvar:: curl_ca_bundle
|
||||
|
||||
an alternative certificate bundle to be used with an HTTPS proxy
|
||||
|
||||
.. envvar:: no_proxy
|
||||
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ Notes = _(
|
|||
|
||||
ProxySupport = _(
|
||||
"""PROXY SUPPORT
|
||||
To use a proxy on Unix or Windows set $http_proxy, $https_proxy or $ftp_proxy
|
||||
To use a proxy on Unix or Windows set $http_proxy or $https_proxy
|
||||
to the proxy URL. The URL should be of the form
|
||||
"http://[<user>:<pass>@]<host>[:<port>]".
|
||||
LinkChecker also detects manual proxy settings of Internet Explorer under
|
||||
|
|
|
|||
Loading…
Reference in a new issue