WireGuard VPN. Endpoint: vpn.gumx.cc:51820. Access is by invitation.
setup
- Generate a keypair:
wg genkey | tee private.key | wg pubkey > public.key - Send your public key to hi@gumx.cc
- Receive your assigned IP (
10.0.0.x/32) and the server public key - Create
/etc/wireguard/wg0.confand bring it up withwg-quick up wg0
example client config
[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