Bubble android client. Fork of https://git.zx2c4.com/wireguard-android/
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Jason A. Donenfeld c2cdde73d1 tools: bump submodules hace 6 años
.idea global: Add nullity annotations hace 6 años
app tools: bump submodules hace 6 años
gradle/wrapper app: Regularly scheduled gradle updates hace 6 años
.gitignore global: Add nullity annotations hace 6 años
.gitmodules GoBackend: integrate into app hace 6 años
COPYING global: move to Apache 2.0 hace 6 años
README.md global: move to Apache 2.0 hace 6 años
build.gradle Target SDK 28 hace 6 años
gradle.properties project: Create empty project with WireGuard icon hace 7 años
gradlew wg-build: Update gradle build files hace 6 años
settings.gradle project: Create empty project with WireGuard icon hace 7 años

README.md

Android GUI for WireGuard

Download from the Play Store

This is an Android GUI for WireGuard. It opportunistically uses the kernel implementation, and falls back to using the non-root userspace implementation.

Building

$ git clone https://git.zx2c4.com/wireguard-android
$ cd wireguard-android
$ git submodule init
$ git submodule update
$ ./gradlew assembleRelease