Bubble android client. Fork of https://git.zx2c4.com/wireguard-android/
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910111213
  1. # Android GUI for [WireGuard](https://www.wireguard.com/)
  2. **[Download from the Play Store](https://play.google.com/store/apps/details?id=com.wireguard.android)**
  3. This is an Android GUI for [WireGuard](https://www.wireguard.com/). It [opportunistically uses the kernel implementation](https://git.zx2c4.com/android_kernel_wireguard/about/), and falls back to using the non-root [userspace implementation](https://git.zx2c4.com/wireguard-go/about/).
  4. ## Building
  5. ```
  6. $ git clone --recurse-submodules https://git.zx2c4.com/wireguard-android
  7. $ cd wireguard-android
  8. $ ./gradlew assembleRelease
  9. ```