Bubble android client. Fork of https://git.zx2c4.com/wireguard-android/
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Jason A. Donenfeld 21af2f2f62 libwg-go: overwrite socket directory correctly il y a 5 ans
.idea idea: update settings for 3.5 il y a 5 ans
app libwg-go: overwrite socket directory correctly il y a 5 ans
gradle/wrapper Uprev to Gradle 5.6.2 il y a 5 ans
.gitignore Update AGP to 3.5.0 il y a 5 ans
.gitmodules libwg-go: don't use submodule il y a 5 ans
COPYING global: move to Apache 2.0 il y a 6 ans
README.md libwg-go: update to go 1.13 il y a 5 ans
build.gradle Update AGP to 3.5.0 il y a 5 ans
gradle.properties Migrate to AndroidX il y a 5 ans
gradlew Uprev to Gradle 5.6.2 il y a 5 ans
settings.gradle project: Create empty project with WireGuard icon il y a 7 ans

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