summaryrefslogtreecommitdiff
path: root/dillorc
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2010-01-12 06:56:01 +0000
committercorvid <corvid@lavabit.com>2010-01-12 06:56:01 +0000
commit3ab623204be09f29dbf8de269f042dc66a4f63ee (patch)
tree5f3588b441d349605a3cf70b9e562d46688d0b35 /dillorc
parent2fa3aa0931a73d9ac83ee95ebef1c66b06f708c6 (diff)
backout: That way would make no_proxy complicated.
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-January/007167.html
Diffstat (limited to 'dillorc')
-rw-r--r--dillorc7
1 files changed, 3 insertions, 4 deletions
diff --git a/dillorc b/dillorc
index d719d0a2..ce279bf6 100644
--- a/dillorc
+++ b/dillorc
@@ -113,8 +113,8 @@
# Set the proxy information for http.
# Note that the http_proxy environment variable overrides this setting.
-# WARNING: For ftp, dillo uses wget. To use a proxy with it, you will need
-# to set the ftp_proxy environment variable.
+# 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)
@@ -123,8 +123,7 @@
# http_proxyuser="joe"
#(by default, no proxy is used)
-# Set the domains to access without proxy.
-# Note that the downloads dpi does not know about this list.
+# Set the domains to access without proxy
# no_proxy = ".hola.com .mynet.cl .hi.de"
#no_proxy="localhost 127.0.0.1"