aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-03-19 03:48:19 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2017-03-19 03:48:19 +0100
commitd4ba8bbf6d9e4dd73ed78f2eb21b1fdf02315a52 (patch)
tree0dc598b38f5a50d5e19dc270dbe3dbeb9cd13c69 /README.md
parenthandle exception in openTun (diff)
downloadwireguard-hs-d4ba8bbf6d9e4dd73ed78f2eb21b1fdf02315a52.tar.xz
wireguard-hs-d4ba8bbf6d9e4dd73ed78f2eb21b1fdf02315a52.zip
Warn users, due to already incoming emails
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 198af46..cc8d1e5 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,8 @@
+### Do not use this Haskell code.
+
+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.io/). 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 Haskell 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.
+
+-----
**nara** is a userspace implementation of [WireGuard](https://www.wireguard.io),
a fast, modern and secure VPN based on [Noise](https://noiseprotocol.org/) protocol.