A solution for the IWE (Immersive Wallless Experience) on iOS platform.
Keep in mind:
The scenery outside the wall is beautiful and dangerous.
- Hide VPN Icon
 - PAC (Proxy auto-config)
- Default URL: https://git.io/gfwpac
- Powered by GFWPAC
 - Default proxies (will try in order):
SOCKS5 127.0.0.1:1081SOCKS 127.0.0.1:1081SOCKS5 127.0.0.1:1080SOCKS 127.0.0.1:1080DIRECT
 - Almost no risk of being blocked (hosted on GitHub)
 
 - Recommended URL: https://aofei.org/pac
- Powered by Aofei ['ɔ:fei]
 - Default proxies (will try in order):
SOCKS5 127.0.0.1:1080SOCKS 127.0.0.1:1080DIRECT
 - Custom proxies support:
https://aofei.org/pac?proxies=SOCKS5+127.0.0.1%3A1081https://aofei.org/pac?proxies=DIRECT
 - HTTP caching support (
max-ageis 3600) 
 
 - Default URL: https://git.io/gfwpac
 - Shadowsocks
- Powered by NEKit
 - Multiple methods support:
AES-128-CFBAES-192-CFBAES-256-CFB(RECOMMENDED)ChaCha20Salsa20RC4-MD5
 
 
- iOS 9.3+
 - Xcode 9.3+
 - Apple Developer Program
 - Carthage
 
- Check out the latest version of the project:
 
$ git clone https://github.com/sheng/ladder-ios.git- Enter the project directory, check out the project's dependencies:
 
$ cd ladder-ios
$ git submodule update --init --recursive
$ carthage update --no-use-binaries --platform ios- 
Open the
Ladder.xcodeproj. - 
Build and run the
Ladderscheme. - 
Enjoy yourself.
 
If you want to discuss this project, or ask questions about it, simply post questions or ideas here.
If you want to help build this project, simply send pull requests here.
- Provide an option to store PAC during configuration
 - No longer rely on the NEKit to implement the Shadowsocks protocol
 - Stop tunnel when authentication fails
 - Add support for more Shadowsocks methods
 - Add support for IPv6
 
This project is licensed under the Unlicense.
License can be found here.