PinkD / corplink-rs

使用 rust 实现的飞连客户端
GNU General Public License v2.0
231 stars 31 forks source link

Support for Running corplink-rs as VPN on Android? #51

Closed shanehh closed 2 days ago

shanehh commented 3 days ago

Thank you for your hard work. The corplink-rs works really well on my computer (MacOS). I want to ask if it's possible to run it on an Android device? Sorry for my lack of knowledge, but I don’t know how to do that.

If it’s possible, could you describe the high-level procedure for making corplink-rs work on an Android device? This would be really helpful. Thanks!

PinkD commented 3 days ago

Theoretically yes. Spawning a vpn tun device on Android and configure it with wireguard-go. Also, an App is needed for better experience. But obviously, there're tons of works needed to be done to implement that. So there's no plan for that.