diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-11-28 16:31:13 +0100 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2017-11-28 16:31:13 +0100 |
commit | e418c5d3b46cf6fdd8953b843f054aa7ea85a0d7 (patch) | |
tree | f9e7a46709a1104e16352d4baff328f16b2566f1 /README.md | |
parent | f00622a2a9f4c6af4af9d2545d11c1569f75de59 (diff) |
README: update with links
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 3 insertions, 12 deletions
@@ -1,18 +1,9 @@ -### Do not use this code. +# Android GUI for [WireGuard](https://www.wireguard.com/) -This is not a complete implementation of WireGuard. If you're interested in using WireGuard, use -the implementation for Linux [found here](https://git.zx2c4.com/WireGuard/) and described on the -[main wireguard website](https://www.wireguard.com/). There is no group of users that should be -using the code in this repository here under any circumstances at the moment, not even beta testers -or dare devils. It simply isn't complete. However, if you're interested in assisting with the -Android development of WireGuard and contributing to this repository, by all means dig in and help -out. But users: stay far away, at least for now. +##### [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. -# Android Implementation of WireGuard - -This is a work in progress for implementing WireGuard for Android. ## License |