How to connect to a SOCKS Proxy from an iPhone/iPod Touch?
- by GeneQ
I like to surf securely and privately via a SOCKS proxy which I created via SSH tunneling, on the Mac. I used the SSH client on my Mac to achieve this. Then I thought, since the iPhone OS is essentially Mac OS, the same trick might work also on the iPhone.
I managed to create a SSh tunnel on my iPhone via the Terminal (iPhone's Terminal). (Yes, it's jail-broken)
ssh -D [port] [email protected]
At this stage my iPhone is SOCKS proxy.
However, there doesn't seem to be a way in the iPhone networking preference panel to specify a SOCKS proxy. Someone suggest creating a Proxy Auto-Contig (PAC) file to workaround this, but that sounds complicated.
Any ideas how to make iPhone use it's own SOCKS proxy?