diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-07-05 07:54:25 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-07-05 14:17:48 +0200 |
commit | 5c3d333f10c7238cae9b8ed1aabdb8c8ab6a7ebc (patch) | |
tree | 40662d471602887150a8b5329f59e1754b57139c /README.md | |
parent | d8448f8a0298b16cc128bf0e64963852964d2e78 (diff) |
tun: windows: registration of write buffer no longer required
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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: |