diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-12-26 17:02:05 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-12-26 17:07:00 +0100 |
commit | 22a1e10487e408e98019d604ac2cb04733e415e6 (patch) | |
tree | 24897cb5d228e3c58e3045fe6258642878057d81 /README.md | |
parent | 39298aca706a85a621228a33fc6a2dd02dbd7a6e (diff) |
README: shorten for new purpose
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,7 +1,6 @@ -# WireGuard — fast, modern, secure kernel VPN tunnel -#### by [Jason A. Donenfeld](mailto:Jason@zx2c4.com) of [Edge Security](https://www.edgesecurity.com/) +# WireGuard for Linux 3.10 - 5.5 -WireGuard is a novel VPN that runs inside the Linux Kernel and utilizes **state-of-the-art cryptography**. It aims to be faster, simpler, leaner, and more useful than IPsec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. It runs over UDP. +WireGuard was merged into the Linux kernel for 5.6. This repository contains a backport of WireGuard for kernels 3.10 to 5.5, as an out of tree module. **More information may be found at [WireGuard.com](https://www.wireguard.com/).** |