Mirror of WG Tunnel
Go to file
Zane Schepke 90b006acc5 change: build pipeline to fastlane deploy 2023-11-10 18:32:35 -05:00
.github change: build pipeline to fastlane deploy 2023-11-10 18:32:35 -05:00
app change: build pipeline to fastlane deploy 2023-11-10 18:32:35 -05:00
asset docs: update README 2023-10-21 15:17:09 -04:00
buildSrc change: build pipeline to fastlane deploy 2023-11-10 18:32:35 -05:00
fastlane change: build pipeline to fastlane deploy 2023-11-10 18:32:35 -05:00
gradle change: build pipeline to fastlane deploy 2023-11-10 18:32:35 -05:00
.gitignore add: build and release CI 2023-11-08 22:11:52 -05:00
Gemfile change: build pipeline to fastlane deploy 2023-11-10 18:32:35 -05:00
LICENSE initial commit 2023-06-18 21:43:22 -04:00
README.md feat: ui update with full config edit 2023-10-10 13:19:20 -04:00
build.gradle.kts change: build pipeline to fastlane deploy 2023-11-10 18:32:35 -05:00
gradle.properties refactor: objectbox to room 2023-09-15 07:24:19 -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 Fire TV F-Droid

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 with search
  • Always-on VPN for Android support
  • Quick tile support for vpn toggling
  • Dynamic shortcuts support for automation integration
  • 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