From 1ebfd2a2d165bcd9bcebbeb907faf02cb3d54bae Mon Sep 17 00:00:00 2001 From: rofl0r Date: Tue, 26 Dec 2017 17:14:04 +0000 Subject: [PATCH] tinyproxy.conf.in: add example for SOCKS upstream --- etc/tinyproxy.conf.in | 4 ++++ 1 file changed, 4 insertions(+) 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