mirror of
https://github.com/awesome-foss/awesome-sysadmin
synced 2024-11-15 16:07:59 +00:00
Add Wireguard to the VPN section
Wireguard is a new VPN based on elliptic curve crypto (Curve25519, ChaCha20, Poly1305) and public key cryptography. It has a very small attack surface and is extremely fast. It's currently used in production by Mullvad VPN and AzireVPN.
This commit is contained in:
parent
0bbb606065
commit
1f0d682466
1 changed files with 1 additions and 0 deletions
|
@ -629,6 +629,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v
|
|||
* [sshuttle](https://github.com/apenwarr/sshuttle) - Poor man's VPN.
|
||||
* [strongSwan](https://www.strongswan.org/) - Complete IPsec implementation for Linux.
|
||||
* [tinc](http://www.tinc-vpn.org/) - Distributed p2p VPN.
|
||||
* [WireGuard](https://www.wireguard.com/) - Very fast VPN based on elliptic curve and public key crypto. Linux only (2017); other clients in development.
|
||||
|
||||
|
||||
## Web
|
||||
|
|
Loading…
Reference in a new issue