diff options
author | corvid <corvid@lavabit.com> | 2010-01-12 04:16:21 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2010-01-12 04:16:21 +0000 |
commit | 2fa3aa0931a73d9ac83ee95ebef1c66b06f708c6 (patch) | |
tree | 98d036fb7ac7637ecad3bffd1fbedb5c7db78c13 /dillorc | |
parent | 388754c08adb5da535d94690ae327d0e2493e89c (diff) |
If http_proxy pref set, but env var not set, then set env var (for wget).
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2009-December/007131.html
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -113,8 +113,8 @@ # Set the proxy information for http. # Note that the http_proxy environment variable overrides this setting. -# WARNING: FTP and downloads plugins use wget. To use a proxy with them, -# you will need to configure wget accordingly. +# WARNING: For ftp, dillo uses wget. To use a proxy with it, you will need +# to set the ftp_proxy environment variable. # http_proxy="http://localhost:8080/" #(by default, no proxy is used) @@ -123,7 +123,8 @@ # http_proxyuser="joe" #(by default, no proxy is used) -# Set the domains to access without proxy +# Set the domains to access without proxy. +# Note that the downloads dpi does not know about this list. # no_proxy = ".hola.com .mynet.cl .hi.de" #no_proxy="localhost 127.0.0.1" |