Giter Club home page Giter Club logo

ladder-ios's Introduction

Ladder

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

Keep in mind:

The scenery outside the wall is beautiful and dangerous.

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)
    • Recommended URL: https://aofei.org/pac
      • Powered by Aofei ['ษ”:fei]
      • Default proxies (will try in order):
        • SOCKS5 127.0.0.1:1080
        • SOCKS 127.0.0.1:1080
        • DIRECT
      • Custom proxies support:
        • https://aofei.org/pac?proxies=SOCKS5+127.0.0.1%3A1081
        • https://aofei.org/pac?proxies=DIRECT
      • HTTP caching support (max-age is 3600)
  • 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/sheng/ladder-ios.git
  1. 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
  1. Open the Ladder.xcodeproj.

  2. Build and run the Ladder scheme.

  3. Enjoy yourself.

Community

If you want to discuss this project, or ask questions about it, simply post questions or ideas here.

Contributing

If you want to help build this project, simply send pull requests here.

TODOs

  • 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

License

This project is licensed under the Unlicense.

License can be found here.

ladder-ios's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.