From d4ec8e2565f8b9a15f038451051f4f63f7a13887 Mon Sep 17 00:00:00 2001 From: chinagloud <36414289+chinagloud@users.noreply.github.com> Date: Sun, 22 Mar 2026 04:50:12 +0800 Subject: [PATCH] Add SafeVPN --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 577c366..45d8507 100644 --- a/README.md +++ b/README.md @@ -711,6 +711,7 @@ VPN software. - [Nebula](https://github.com/slackhq/nebula) - A scalable p2p VPN with a focus on performance, simplicity and security. `MIT` `Go` - [ocserv](https://www.infradead.org/ocserv/) - Cisco AnyConnect-compatible VPN server. ([Source Code](https://gitlab.com/ocserv/ocserv)) `GPL-2.0` `C` - [OpenVPN](https://community.openvpn.net) - Uses a custom security protocol that utilizes SSL/TLS for key exchange. ([Source Code](https://github.com/OpenVPN/openvpn)) `GPL-2.0` `C` +- [SafeVPN](https://github.com/chinagloud/SafeVPN) - Open-source secure remote access solution that allows external engineers to connect and operate servers while blocking data exfiltration and recording all activity via tamper-resistant audit logs. `GPL-3.0` `Shell` - [SoftEther](https://www.softether.org/) - Multi-protocol software VPN with advanced features. ([Source Code](https://github.com/SoftEtherVPN/SoftEtherVPN/)) `Apache-2.0` `C` - [sshuttle](https://github.com/sshuttle/sshuttle) - Poor man's VPN. `LGPL-2.1` `Python` - [strongSwan](https://www.strongswan.org/) - Complete IPsec implementation for Linux. ([Source Code](https://github.com/strongswan/strongswan)) `GPL-2.0` `C`