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 364032fe84 Update gradle and external deps hace 6 años
.idea global: Add nullity annotations hace 6 años
app Update gradle and external deps hace 6 años
gradle/wrapper Update gradle and external deps 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 Update gradle and external deps 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