aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-07-05 07:54:25 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-07-05 14:17:48 +0200
commit5c3d333f10c7238cae9b8ed1aabdb8c8ab6a7ebc (patch)
tree40662d471602887150a8b5329f59e1754b57139c /README.md
parenttun: windows: decrease alignment to 4 (diff)
downloadwireguard-go-5c3d333f10c7238cae9b8ed1aabdb8c8ab6a7ebc.tar.xz
wireguard-go-5c3d333f10c7238cae9b8ed1aabdb8c8ab6a7ebc.zip
tun: windows: registration of write buffer no longer required
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index b6a9f39..0a542e4 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,6 @@
This is an implementation of WireGuard in Go.
-***WARNING:*** This is a work in progress and not ready for prime time, with no official "releases" yet. It is extremely rough around the edges and leaves much to be desired. There are bugs and we are not yet in a position to make claims about its security. Beware.
-
## Usage
Most Linux kernel WireGuard users are used to adding an interface with `ip link add wg0 type wireguard`. With wireguard-go, instead simply run: