From c2d79f1f30f5f9a12395239a62f6b328b2193886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20T=C3=B6tterman?= Date: Sun, 25 May 2014 19:08:12 +0300 Subject: [PATCH] Added sshuttle to VPN One could argue that it belongs under SSH. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 102689e..fefad2a 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [OpenVPN](https://community.openvpn.net) - Uses a custom security protocol that utilizes SSL/TLS for key exchange. * [SoftEther VPN](https://www.softether.org/) - Alternative to OpenVPN. +* [sshuttle](https://github.com/apenwarr/sshuttle) - Poor man's VPN. * [strongSwan](http://www.strongswan.org/) - Complete IPsec implementation for Linux. ## Webmails @@ -287,4 +288,4 @@ Various resources, such as books, websites and articles, for improving your skil * [Dotdeb](http://www.dotdeb.org/) - Repository with LAMP updated packages. # Contributing -Please see [CONTRIBUTING](https://github.com/kahun/awesome-sysadmin/blob/master/CONTRIBUTING.md) for details. \ No newline at end of file +Please see [CONTRIBUTING](https://github.com/kahun/awesome-sysadmin/blob/master/CONTRIBUTING.md) for details.