Add WireGuard Portal to VPN list in README

This commit is contained in:
Kurt Stieger 2025-10-16 17:47:23 +02:00 committed by GitHub
parent 5e3b0765d0
commit a05186a48c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -712,6 +712,7 @@ VPN software.
- [sshuttle](https://github.com/sshuttle/sshuttle) - Poor man's VPN. `LGPL-2.1` `Python` - [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` - [strongSwan](https://www.strongswan.org/) - Complete IPsec implementation for Linux. ([Source Code](https://github.com/strongswan/strongswan)) `GPL-2.0` `C`
- [WireGuard](https://www.wireguard.com/) - Very fast VPN based on elliptic curve and public key crypto. ([Source Code](https://www.wireguard.com/repositories/)) `GPL-2.0` `C` - [WireGuard](https://www.wireguard.com/) - Very fast VPN based on elliptic curve and public key crypto. ([Source Code](https://www.wireguard.com/repositories/)) `GPL-2.0` `C`
- [WireGuard Portal](https://wgportal.org/) - A simple, web-based configuration portal for WireGuard server management. ([Source Code](https://github.com/h44z/wg-portal/)) `MIT` `Go`
### Web ### Web