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 8dbd464fa4 Match lowercase asus phones for fab hack hace 4 años
.idea manifest: reorder hace 4 años
app Match lowercase asus phones for fab hack hace 4 años
gradle/wrapper Update Gradle to 6.0.1 hace 4 años
.gitignore Update AGP to 3.5.0 hace 5 años
.gitmodules tools: bump to new wireguard-tools repo hace 4 años
COPYING global: move to Apache 2.0 hace 6 años
README.md libwg-go: update to go 1.13 hace 5 años
build.gradle Update AGP to 3.5.3 hace 4 años
gradle.properties Migrate to AndroidX hace 5 años
gradlew Update Gradle to 6.0.1 hace 4 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 --recurse-submodules https://git.zx2c4.com/wireguard-android
$ cd wireguard-android
$ ./gradlew assembleRelease