/Ladder

Ladder A solution for the IWE (Immersive Wallless Experience) on iOS/MAC platform.

Primary LanguageSwiftMIT LicenseMIT

Ladder

Ladder A solution for the IWE (Immersive Wallless Experience) on iOS/MAC platform.

Features

  • 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:1081
        • SOCKS 127.0.0.1:1081
        • SOCKS5 127.0.0.1:1080
        • SOCKS 127.0.0.1:1080
        • DIRECT
      • Almost no risk of being blocked (hosted on GitHub)
  • Shadowsocks
    • Powered by NEKit
    • Multiple methods support:
      • AES-128-CFB
      • AES-192-CFB
      • AES-256-CFB (RECOMMENDED)
      • ChaCha20
      • Salsa20
      • RC4-MD5

Requirements

Installation

  1. Check out the latest version of the project:
$ git clone https://github.com/lincf0912/Ladder.git
  1. Update Carthage (Dispensable)
$ carthage update --no-use-binaries --platform ios
  1. Open the Ladder.xcodeproj.

  2. Build and run the Ladder scheme.

  3. Enjoy yourself.

License

This project is licensed under the Unlicense.

License can be found here.