|
7 mēneši atpakaļ | |
---|---|---|
Maple.App | 1 gadu atpakaļ | |
Maple.Task | 2 gadi atpakaļ | |
image | 2 gadi atpakaļ | |
leaf @ e40217e06b | 1 gadu atpakaļ | |
.gitattributes | 2 gadi atpakaļ | |
.gitignore | 4 gadi atpakaļ | |
.gitmodules | 4 gadi atpakaļ | |
LICENSE | 4 gadi atpakaļ | |
Maple.sln | 4 gadi atpakaļ | |
README.md | 7 mēneši atpakaļ |
A lightweight Universal Windows proxy app based on https://github.com/eycorsican/leaf
tun
/shadowsocks
/socks
/trojan
/ws
chainable inboundsdirect
/drop
/tls
/ws
/h2
/shadowsocks
/obfs
/vmess
/trojan
/socks
chainable outboundsfailover
/tryall
/static
composed outboundsamux
multiplexingMaple as a UWP app is distributed for sideloading only. When installed, it acts as a VPN provider which you will find in the VPN Settings. Use Maple app for configuration management, as well as adding external databases.
Maple.App_x.y.z.0_x64.cer
) and select Install Certificate.Maple.App_x.y.z.0_x64.appxbundle
) and follow the instructions until Maple is successfully installed on your computer.EXTERNAL
or GEOIP
directive is used, drag external database files into Config
area. V2Ray Domain List Community database can be fetched at https://github.com/v2ray/domain-list-community/releases/latest/download/dlc.dat . For GeoIP database, please go to MaxMind Developer Portal and sign up for free download.geo.mmdb
and V2Ray Domain List Community database is site.dat
.Ethernet
or WLAN
.127.0.0.1
or ::1
), make sure Loopback Exemption is enabled for Maple. See https://docs.microsoft.com/en-us/previous-versions/windows/apps/hh770532(v=win.10) .Note: Modifying the current configuration file while VPN is connected will take effect immediately. Hot reloading may be removed in a future release.
external
entriesTo build Leaf and Maple, you will need:
nightly-x86_64-pc-windows-msvc
toolchainBuild steps:
leaf
.cargo build -p leaf-ffi -Z build-std=std,panic_abort --target x86_64-uwp-windows-msvc
.cargo build -p leaf-ffi -Z build-std=std,panic_abort --target x86_64-uwp-windows-msvc --release
.Maple.App\MonacoEditor
.npm install && npm run build
.Maple.sln
in Visual Studio.