Bubble android client. Fork of https://git.zx2c4.com/wireguard-android/
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415
  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 https://git.zx2c4.com/wireguard-android
  7. $ cd wireguard-android
  8. $ git submodule init
  9. $ git submodule update
  10. $ ./gradlew assembleRelease
  11. ```