Yes,It's mE.

Hi,I am here.

Http Proxy via Privoxy on Mac

| Comments

1 download privoxy from website and install it

2 after installation check process

ps aux|grep privoxy

3 if you want change ssh tunnel to http, do modification config file in

/usr/local/etc/privoxy/config

in listen-address

listen-address 127.0.0.1:8118

to

listen-address 0.0.0.0:8118

in forward-socks5

forward-socks5 / 127.0.0.1:9050 .

to your ssh tunnel. eg:

forward-socks5 / 192.168.1.106:7070 .

Comments