Tuesday, October 29, 2019

Bridge from Http proxy to Socks5 proxy using Privoxy

1.  Download Privoxy
2. Add the following 2 lines to the configuration file (config / config.txt)
`listen-address  127.0.0.1:8118
forward-socks5 / 127.0.0.1:1080 .
`

(The first line is the address where http proxy server listens,
the second line is the socks5 server address)