Created
January 18, 2016 03:35
-
-
Save warrenca/c781620826b921bf4e2d to your computer and use it in GitHub Desktop.
SOCKS Proxy for iOS and other mobile devices
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
# 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 [email protected] | |
# 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