Added the example for the upstream proxy directive.
This commit is contained in:
parent
4e2b0d5b83
commit
ec9068fae8
@ -61,10 +61,17 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user