https://linuxiac.com/how-to-set-up-wireguard-vpn-server-on-ubuntu/
https://ubuntu.com/server/docs/wireguard-vpn-troubleshooting
sudo vim /etc/sysctl.confsudo sysctl -p
sudo apt install wireguard
wg genkey | sudo tee /etc/wireguard/server_private.key | wg pubkey | sudo tee /etc/wireguard/server_public.key
Kommentar schreiben