Use SOCKS proxy from iOS devices
- PC (macOS/Linux)
- Ruby
- SSH
- iOS device
- (PC) Clone this repo
git clone git@github.com:epaew/proxy-pack.git cd proxy-pack/ - (PC) Install the required gems
gem install bundler # If has not installed. bundle install - (PC) Create .env file
cp .env{.example,} vim .env - (PC) Start SSH and HTTP processes
bundle exec foreman start - (iPhone) Set the HTTP proxy
- Settings -> Wi-Fi -> (i) on the right side of SSID -> Configure Proxy -> Automatic
- Set the URL w/
http://(IP address of your PC):(WEB_PORT in your .env)/proxy.pac