What does HackerNews think of wireguard-install?

WireGuard VPN installer for Linux servers

Language: Shell

#72 in Linux
There are also many scripts to automate the wireguard install and client setup and generate QR codes as well. Example: https://github.com/angristan/wireguard-install
For people at the scale of running one wireguard server on one linux box, I suggest this script which sets everything up and creates vpn user accounts

https://github.com/angristan/wireguard-install

This is probably the easiest way. It uses wireguard instead of openvpn but I'm pretty sure it's better https://github.com/angristan/wireguard-install
Angristan's OpenVPN installer script works 100% every time. Haven't found a WireGuard installer that works 100% every time - not even Angristan's. Looking forward to trying the OP's solution!

https://github.com/angristan/openvpn-install https://github.com/angristan/wireguard-install

I made this very basic script to setup a quick wg server and client: https://github.com/angristan/wireguard-install