Skip to content

Instantly share code, notes, and snippets.

@richo
Created November 9, 2011 11:46
Show Gist options
  • Save richo/1351206 to your computer and use it in GitHub Desktop.
Save richo/1351206 to your computer and use it in GitHub Desktop.
#!/bin/sh
nc -kl 8080 < /tmp/socks_proxy.fifo | tee /dev/stderr | nc localhost 80 | tee /tmp/socks_proxy.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment