Skip to content

SOCKS server for iOS. Handy for defeating tethering speed limits, among other uses.

Notifications You must be signed in to change notification settings

cellularmitosis/socks5-ios

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Forked

Note: this repo is forked with the following changes:

  • microsocks is copied directly into the repo rather than using git submodules.
  • The status label is repositioned every few seconds, as a screen saver.

SOCKS5 server for iOS

This app implements a very simple SOCKS5 server for iOS. You can use it to increase your tethering speeds when they are artificially limited; other uses are possible.

It is not distributed via the App Store because it'd probably get rejected.

Usage is simple: download this repo, git submodule update, and then build & deploy from XCode. Then set your system/browser SOCKS5 proxy to whatever it says on the screen (e.g. 172.20.10.1:4884) and away you go.

UPDATE: Because sideloading apps is a pain, I recommend using nneonneo/iOS-SOCKS-Server instead; it's a Python script that can be easily loaded into Pythonista for iOS and used forever without sideloading restrictions.

About

SOCKS server for iOS. Handy for defeating tethering speed limits, among other uses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 71.7%
  • Objective-C 24.2%
  • Makefile 2.4%
  • Shell 1.7%