Experimental MASQUE‑based VPN MVP (Android/Windows/server) — possible related client / reference for CONNECT‑IP
Hi,
I’ve published an experimental MASQUE‑based VPN MVP on GitHub: Android client, Windows client and server.
– MASQUE over QUIC + HTTP/3 CONNECT‑IP (RFC 9484) – mutual TLS between client and server – Windows client uses a Wintun adapter with full‑route mode and a separate host route for the MASQUE server – Android client and server code are included for lab/testing setups – the public tree contains only source code and sanitized example profiles (no production certificates, keys or VPS endpoints).
Repo: https://github.com/Next1971/masque-vpn-mvp
I think this project could be useful as: – an external MASQUE client in the Xray ecosystem, or – a reference implementation for future MASQUE / CONNECT‑IP support in Xray.
I’d be happy to: – adapt the client to better fit Xray’s configuration model, or – write documentation / example configs showing how to use this MASQUE client with an Xray‑based backend.
Would you be interested in listing this as a related experimental client or considering a more formal integration path? Any feedback on the current design (especially around CONNECT‑IP behavior and routing) is very welcome.
Thanks in advance for taking a look.
Source: XTLS/Xray-core