diff options
author | corvid <corvid@lavabit.com> | 2009-06-01 01:29:42 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-06-01 01:29:42 +0000 |
commit | 16e260e5621cde71a2a7baef681e5b658c2cc2b3 (patch) | |
tree | 4daf1644375c7ee5e98deaaec86b769ce2e1e784 /dillorc | |
parent | fe833a994380f5e200904ecb367ae5d2b79701fd (diff) |
proxy support for HTTPS
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -115,9 +115,8 @@ # Set the proxy information for http. # Note that the http_proxy environment variable overrides this setting. -# WARNING: - HTTPS does not currently use the proxy settings. -# - FTP and downloads plugins use wget. To use a proxy with them, -# you will need to configure wget accordingly. +# WARNING: FTP and downloads plugins use wget. To use a proxy with them, +# you will need to configure wget accordingly. # http_proxy="http://localhost:8080/" #(by default, no proxy is used) |