windows全局代理

bdbai b994cdcd79 Add config validation hace 4 años
Maple.App b994cdcd79 Add config validation hace 4 años
Maple.Task b994cdcd79 Add config validation hace 4 años
image 3a97fe98d0 Init repo hace 4 años
leaf @ 785cc88c59 95dd100f6d Import from menu hace 4 años
.gitignore d83e78874c Initial commit hace 4 años
.gitmodules 3a97fe98d0 Init repo hace 4 años
LICENSE d83e78874c Initial commit hace 4 años
Maple.sln 3a97fe98d0 Init repo hace 4 años
README.md 7b8b5f6867 Update deps hace 4 años

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.