Releases: VortexOne404/slipstream-client-android
Releases Β· VortexOne404/slipstream-client-android
Slipstream Client for Android v1.1
add multi dns and dns page to set
Slipstream Client for Android v1.0
π Slipstream Client for Android β v1.0
This marks the first stable release of Slipstream Client for Android,
a lightweight and modular VPN client inspired by Slipstream-style architectures.
β¨ Highlights
- Captures all system traffic using Android
VpnService(TUN) - Integrates tun2socks to translate IP packets (TCP / UDP / DNS) into user-space streams
- Forwards traffic through a Slipstream transport layer
- Built-in SOCKS5 backend support
- Full-tunnel mode (
0.0.0.0/0) for device-wide routing - Pluggable transport architecture for easy experimentation and extension
- Import / export configurations using URI format:
slipstream://{base64}
π Architecture Overview
Slipstream Client is designed as a minimal Android shell responsible for UI and
lifecycle management, while all tunneling and transport logic lives in a
swappable backend. This enables rapid experimentation with new transport
implementations without rewriting the Android client.
β οΈ Notes
- UDP and IPv6 support depend on the tun2socks implementation and the selected transport
- Proper DNS configuration is recommended to prevent DNS leaks
- Intended for developers, researchers, and advanced users experimenting with tunneling architectures
π± Requirements
- Android 8.0 or newer
- Android Studio + NDK (for native components)
- A reachable transport endpoint (e.g. SOCKS5 server)
π License
MIT