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 32287c60c4 ToolsInstaller: Require Magisk 18 hace 5 años
.idea Adjust code generation to match existing style hace 5 años
app ToolsInstaller: Require Magisk 18 hace 5 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 Remodel the Model hace 5 años
gradle.properties Migrate to AndroidX hace 5 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