Skip to content

Instantly share code, notes, and snippets.

@aliok
Created April 3, 2020 21:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aliok/029149f3e88eb053a7f9fd357547ca04 to your computer and use it in GitHub Desktop.
Save aliok/029149f3e88eb053a7f9fd357547ca04 to your computer and use it in GitHub Desktop.
```
apt install privoxy
vi /etc/privoxy/config
# uncomment
debug 1
debug 1024
debug 4096
debug 8192
# add
listen-address: 172.105.88.50:8118
service privoxy restart
tail -f /var/log/privoxy
```
@aliok
Copy link
Author

aliok commented Apr 7, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment