chore: update descriptions

This commit is contained in:
Zane Schepke 2023-11-23 22:14:29 -05:00
parent 11ad494fbb
commit 9739d35eda
2 changed files with 17 additions and 13 deletions

View File

@ -47,18 +47,19 @@ This is an alternative Android Application for [WireGuard](https://www.wireguard
## Inspiration ## 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. 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 ## Features
* Add tunnels via .conf file * Add tunnels via .conf file, zip, manual entry, or QR code
* Auto connect to VPN based on Wi-Fi SSID * Auto connect to VPN based on Wi-Fi SSID
* Split tunneling by application with search * Split tunneling by application with search
* Always-on VPN for Android support * Always-on VPN for Android support
* Quick tile support for vpn toggling * Export tunnels to zip
* Dynamic shortcuts support for automation integration * Quick tile support for VPN toggling
* Configurable Trusted Network list * Static shortcuts support for primary tunnel for automation integration
* Optional auto connect on mobile data * Intent automation support for all tunnels
* Optional auto connect on mobile data, ethernet
* Automatic service restart after reboot * Automatic service restart after reboot
* Service will stay running in background after app has been closed * Service will stay running in background after app has been closed
@ -68,7 +69,7 @@ The inspiration for this app came from the inconvenience of constantly having to
``` ```
$ git clone https://github.com/zaneschepke/wgtunnel $ git clone https://github.com/zaneschepke/wgtunnel
$ cd wgtunnel $ cd wgtunnel
$ ./gradlew assembleRelease $ ./gradlew assembleDebug
``` ```
</span> </span>

View File

@ -1,10 +1,13 @@
Features Features
- Add tunnels via .conf file or QR - Add tunnels via .conf file, zip, manual entry, or QR code
- Auto connect to VPN based on Wi-Fi SSID - Auto connect to VPN based on Wi-Fi SSID
- Split tunneling by application with search - Split tunneling by application with search
- Always-on VPN support - Always-on VPN for Android support
- Configurable Trusted Network list - Export tunnels to zip
- Quick tile and Shortcuts integration - Quick tile support for VPN toggling
- Optional auto connect on mobile data - Static shortcuts support for primary tunnel for automation integration
- Automatic service restart after reboot - 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