-
-
Save aliok/029149f3e88eb053a7f9fd357547ca04 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
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 | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For MITM see https://gist.github.com/markusthoemmes/c42479255ce9973c6289326ed93f1959