Created
April 27, 2014 00:49
-
-
Save gmas/11334960 to your computer and use it in GitHub Desktop.
redirect traffic for user/port
This file contains 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
#privoxy running HTTP proxy on port 8118 | |
iptables -t nat -A OUTPUT -p tcp --dport 80 -m owner --uid-owner debian-transmission -j REDIRECT --to-port 8118 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment