diff options
author | rofl0r <retnyg@gmx.net> | 2017-12-26 17:14:04 +0000 |
---|---|---|
committer | rofl0r <rofl0r@users.noreply.github.com> | 2018-02-06 16:11:39 +0000 |
commit | 1ebfd2a2d165bcd9bcebbeb907faf02cb3d54bae (patch) | |
tree | 773e5766639ab799c3777b2f253ce522e2ddf255 | |
parent | 7a3fd81a8d3ce30ad8309b5897facde461e1f535 (diff) |
tinyproxy.conf.in: add example for SOCKS upstream
-rw-r--r-- | etc/tinyproxy.conf.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/tinyproxy.conf.in b/etc/tinyproxy.conf.in index 4e2ad00..bca638a 100644 --- a/etc/tinyproxy.conf.in +++ b/etc/tinyproxy.conf.in @@ -160,6 +160,10 @@ LogLevel Info # # default upstream is internet firewall # upstream firewall.internal.example.com:80 # +# You may also use SOCKS4/SOCKS5 upstream proxies by using upstream4/upstream5: +# upstream4 127.0.0.1:9050 +# upstream5 socksproxy:1080 +# # The LAST matching rule wins the route decision. As you can see, you # can use a host, or a domain: # name matches host exactly |