Mirror of WG Tunnel
Go to file
Zane Schepke 20cc2c09b0 feat: dynamic shortcuts and package search
Add dynamic on and off shortcuts for each new tunnel added. Shortcuts will toggle auto tunneling to allow manual override.

Add package search for split tunneling.

Add tunnel toggling from tile even while app is closed and auto tunneling is disabled.

Refactor and code cleanup.

Closes #23 Closes #21
2023-09-04 02:42:49 -04:00
app feat: dynamic shortcuts and package search 2023-09-04 02:42:49 -04:00
asset chore: add tv assets 2023-08-11 20:56:03 -04:00
gradle/wrapper fix: bug causing crashes on older devices 2023-08-11 20:21:28 -04:00
.gitignore initial commit 2023-06-18 21:43:22 -04:00
LICENSE initial commit 2023-06-18 21:43:22 -04:00
README.md docs: update README.md 2023-07-27 17:21:01 -04:00
build.gradle.kts feat: add quick setting tile 2023-08-30 23:58:03 -04:00
gradle.properties initial commit 2023-06-18 21:43:22 -04:00
gradlew initial commit 2023-06-18 21:43:22 -04:00
gradlew.bat initial commit 2023-06-18 21:43:22 -04:00
index.html initial commit 2023-06-18 21:43:22 -04:00
settings.gradle.kts initial commit 2023-06-18 21:43:22 -04:00

README.md

WG Tunnel

License: MIT Discord Chat

Google Play

ko-fi

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 inspiration for this app came from the inconvenience of constantly having to turn VPN off and on while on different networks. With there being no free solution to this problem, this app was created to meet that need.

Features

  • Add tunnels via .conf file
  • Auto connect to VPN based on Wi-Fi SSID
  • Split tunneling by application
  • Always-on VPN for Android support
  • Configurable Trusted Network list
  • Optional auto connect on mobile data
  • 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 assembleRelease