summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2001-09-16 20:07:50 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2001-09-16 20:07:50 +0000
commitec9068fae8aec2024251fac02b298c00076013ba (patch)
tree6bf0e49ea2a48c95ac2d27fd7903c04bdc7ab912 /doc
parent4e2b0d5b83b995d8f673ad3a5e0f96370c3badb4 (diff)
downloadtinyproxy-ec9068fae8aec2024251fac02b298c00076013ba.tar.gz
tinyproxy-ec9068fae8aec2024251fac02b298c00076013ba.zip
Added the example for the upstream proxy directive.
Diffstat (limited to 'doc')
-rw-r--r--doc/tinyproxy.conf9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/tinyproxy.conf b/doc/tinyproxy.conf
index cd48c12..e17efd2 100644
--- a/doc/tinyproxy.conf
+++ b/doc/tinyproxy.conf
@@ -61,11 +61,18 @@ PidFile "/var/run/tinyproxy.pid"
#
# Turns tinyproxy into a TCP tunnel which connects the local computer on
-# 'Port' to the remote computer's port. The form is remote_machine port
+# 'Port' to the remote computer's port. No processing is done when using
+# tinyproxy as a tunnel. If you want to connect to an upstream proxy use
+# the "Upstream" directive below.
#
#Tunnel some.remote.computer:port
#
+# Turns on upstream proxy support.
+#
+#Upstream some.remote.proxy:port
+
+#
# This is the absolute highest number of threads which will be created. In
# other words, only MaxClients number of clients can be connected at the
# same time.