Skip to content

Instantly share code, notes, and snippets.

@tcmhoang
Created April 24, 2020 03:07
Show Gist options
  • Save tcmhoang/4398292e7b9d0f345279c30e5b57cf05 to your computer and use it in GitHub Desktop.
Save tcmhoang/4398292e7b9d0f345279c30e5b57cf05 to your computer and use it in GitHub Desktop.
Basic config for privoxy with tor
forward-socks5 / 127.0.0.1:9050 .
forward-socks5t / 127.0.0.1:9050 .
forward-socks4 / 127.0.0.1:9050 .
forward-socks4a / 127.0.0.1:9050 .
forward 192.168.*.*/ .
forward 10.*.*.*/ .
forward 127.*.*.*/ .
forward localhost/ .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment