# Phase 1 only: copy to /etc/wireguard/wg0.conf after replacing every placeholder. # The Server uses Linux Kernel WireGuard and routes Overlay traffic wg0 -> wg0. [Interface] Address = 10.88.0.1/16 ListenPort = 51820 PrivateKey = [Peer] # Windows Node A PublicKey = AllowedIPs = 10.88.0.2/32 [Peer] # Windows Node B PublicKey = AllowedIPs = 10.88.0.3/32