Skip to content

bannedbook/Maple

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 99.1%
  • C 0.9%