YtFlow / Maple

A lightweight Universal Windows proxy app based on https://github.com/eycorsican/leaf
Apache License 2.0
1.19k stars 121 forks source link

Is it possible to add Hysteria client support ? #24

Closed egg1234 closed 2 years ago

egg1234 commented 2 years ago

Is it possible to add Hysteria client support or rewrite a new gui client?

https://github.com/HyNetwork/hysteria

Thanks!

bdbai commented 2 years ago

Please kindly send a feature request to Leaf since Maple is just a VPN front-end of it.

egg1234 commented 2 years ago

Yes, and is it possible to use Maple as a VPN front-end for Hysteria ? Because Hysteria already listens to socks5 port in windows, and also Hysteria has windows binary releases. This scenarios is a bit like v2rayN including v2fly core or xray core windows binary releases.

bdbai commented 2 years ago

If you are referring to the Hysteria client written in Go, then it would be impossible because the Go runtime is not tailored for UWP environment. That is why Maple uses Leaf, which is a pure Rust library, instead of v2ray-core or Clash as its core component.