diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-02-07 19:19:20 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-02-17 21:14:09 +0100 |
commit | 0ea6f73332cf48374b8a98b16d68e25217ebf068 (patch) | |
tree | 53694268b30823c8973d6ae280ed766f4b44b974 /README.md | |
parent | b923f7bc57c39687bed225badeac0b35a7dee855 (diff) |
GoBackend: integrate into app
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,9 +1,8 @@ # Android GUI for [WireGuard](https://www.wireguard.com/) -##### [Test this app on the Play Store](https://play.google.com/apps/testing/com.wireguard.android). - -This is a work in progress Android GUI for [WireGuard](https://www.wireguard.com/). The ultimate goal is to [opportunistically use the kernel implementation](https://git.zx2c4.com/android_kernel_wireguard/about/), and fallback to using the non-root userspace implementation. At the time of writing, this only supports using the kernel module, but this should change in the near future. +### [Test this app on the Play Store](https://play.google.com/apps/testing/com.wireguard.android). +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/). ## License |