# infra01 WireGuard Configuration (Template) # # Copy to: # /etc/wireguard/wg0.conf # # Replace all placeholder values before use. [Interface] Address = 10.100.0.2/24 PrivateKey = [Peer] # edge01 PublicKey = PresharedKey = Endpoint = edge01.zerafa.com:51820 AllowedIPs = 10.100.0.1/32 PersistentKeepalive = 25