windows全局代理

bdbai 7b8b5f6867 Update deps пре 4 година
Maple.App 7b8b5f6867 Update deps пре 4 година
Maple.Task 7b8b5f6867 Update deps пре 4 година
image 3a97fe98d0 Init repo пре 4 година
leaf @ 5b4ce62e23 7b8b5f6867 Update deps пре 4 година
.gitignore d83e78874c Initial commit пре 4 година
.gitmodules 3a97fe98d0 Init repo пре 4 година
LICENSE d83e78874c Initial commit пре 4 година
Maple.sln 3a97fe98d0 Init repo пре 4 година
README.md 7b8b5f6867 Update deps пре 4 година

README.md

Maple

A lightweight Universal Windows proxy app based on https://github.com/eycorsican/leaf

Features

  • Configuration management
  • Outbound network adapter selection
  • UWP VPN Platform as TUN provider

TODO

  • Log collection (currently logs are sent to Visual Studio Output window for debugging only)
  • external entries
  • VPN On Demand
  • Configurable routing entries

Screenshots

Settings Page

Build

To build Leaf and Maple, a Rust nightly-x86_64-pc-windows-msvc toolchain, Windows 10 SDK 10.0.19041 and Visual Studio 2019 with C++ Development Workflow are required. C++/WinRT Visual Studio extension must be installed to generate Windows Metadata.

  1. Recursively clone this repository.
  2. Open an x64 Native Tools Command Prompt for VS 2019.
  3. Change working directory to leaf/leaf-mobile.
  4. cargo build -Z build-std=std,panic_abort --target x86_64-uwp-windows-msvc.
    For Release builds, use --release.
    See also https://github.com/eycorsican/leaf#build .
  5. Open Maple.sln in Visual Studio.
  6. Build Solution.