WireGuard VPN. Endpoint: vpn.gumx.cc:51820. Access is by invitation.
wg genkey | tee private.key | wg pubkey > public.key10.0.0.x/32) and the server public key/etc/wireguard/wg0.conf and bring it up with wg-quick up wg0[Interface]
PrivateKey = <your private key>
Address = 10.0.0.x/32
DNS = 1.1.1.1
[Peer]
PublicKey = <server public key>
Endpoint = vpn.gumx.cc:51820
AllowedIPs = 0.0.0.0/0
PersistentKeepalive = 25