Skip to content

Instantly share code, notes, and snippets.

@warrenca
Created January 18, 2016 03:35
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 warrenca/c781620826b921bf4e2d to your computer and use it in GitHub Desktop.
Save warrenca/c781620826b921bf4e2d to your computer and use it in GitHub Desktop.
SOCKS Proxy for iOS and other mobile devices
# In your terminal, do this to make an SSH Proxy
# ssh -D <your computers IP>:8080 -N -C <username>@<remote server IP> -p <port number>
# ssh -D 192.168.0.100:8080 -N -C user@50.50.50.50
# Follow this to put in additional setup in your computer and phone
# http://www.systutorials.com/4876/how-to-configure-ios-for-iphone-and-ipad-to-use-socks-proxy-created-by-ssh/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment