amnezia-vpnandroidapkf-droidf-droidreposflossfossjetpack-composekotlinvpnvpn-clientwireguardwireguard-tunnelwireguard-uiwireguard-vpn
ffa7a207fb
Added basic kernel support to allow users to switch between userspace and kernel wireguard Improved location disclosure flow to only show once once per app install Fix airplane mode bug Improve database migration testing Fix auto-tunneling permission bug. Lint Closes #67 Closes #43 |
||
---|---|---|
.github | ||
app | ||
asset | ||
buildSrc | ||
fastlane | ||
gradle | ||
.gitignore | ||
Gemfile | ||
LICENSE | ||
README.md | ||
build.gradle.kts | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
settings.gradle.kts |
README.md
WG Tunnel
This is an alternative Android Application for WireGuard with added features. Built using the wireguard-android library and Jetpack Compose, this application was inspired by the official WireGuard Android app.
Screenshots
Inspiration
The original inspiration for this app came from the inconvenience of having to manually turn VPN off and on while on different networks. This app was created to offer a free solution to this problem.
Features
- Add tunnels via .conf file, zip, manual entry, or QR code
- Auto connect to VPN based on Wi-Fi SSID
- Split tunneling by application with search
- Always-on VPN for Android support
- Export tunnels to zip
- Quick tile support for VPN toggling
- Static shortcuts support for primary tunnel for automation integration
- Intent automation support for all tunnels
- Optional auto connect on mobile data, ethernet
- Automatic service restart after reboot
- Service will stay running in background after app has been closed
Building
$ git clone https://github.com/zaneschepke/wgtunnel
$ cd wgtunnel
$ ./gradlew assembleDebug