If you need help to connect to the VPN, this is the place.
Install wireguard on your device and then add the below config
Note, every device needs their own key & ip, contact Davy for a new pair.
Most people should be fine with this config
[Interface]
PrivateKey = YOUR_WG_PRIVATEKEY
Address = YOUR_WG_IP
[Peer]
PublicKey = GATE_PUBLIC_KEY
PresharedKey = YOUR_WG_PRESHARED_KEY
AllowedIPs = 10.2.0.0/24
Endpoint = gate.swat.engineering:1194
PersistentKeepalive = 15
Some networks are a bit picky about DNS respondses with internal ip ranges, so use this setup. Note, it might break access to local devices on your network.
[Interface]
PrivateKey = YOUR_WG_PRIVATEKEY
Address = YOUR_WG_IP
DNS = 10.42.0.1
[Peer]
PublicKey = GATE_PUBLIC_KEY
PresharedKey = YOUR_WG_PRESHARED_KEY
AllowedIPs = 10.2.0.0/24, 10.42.0.1/32
Endpoint = gate.swat.engineering:1194
PersistentKeepalive = 15