Mirror of WG Tunnel
Go to file
Zane Schepke 7ca5de1836 fix: screens not scrollable in landscape
Fixes not being able to scroll when in landscape mode if content is off screen.

Fixes FAB being in the way of controlling tunnels by making it disappear on scroll down.

Bump targetSdk to 34
2023-07-19 09:02:31 -04:00
app fix: screens not scrollable in landscape 2023-07-19 09:02:31 -04:00
asset feat: add tunnel details screen and handshake monitoring 2023-07-18 11:53:03 -04:00
gradle/wrapper initial commit 2023-06-18 21:43:22 -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 feat: add tunnel details screen and handshake monitoring 2023-07-18 11:53:03 -04:00
build.gradle.kts feat: add tunnel details screen and handshake monitoring 2023-07-18 11:53: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

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
  • 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