# WireGuard configuration for football system # ALL TRAFFIC MUST GO THROUGH THIS TUNNEL # Template - will be configured during build [Interface] # Private key - MUST be set during deployment PrivateKey = # WireGuard interface IP (within the VPN) Address = 10.100.0.2/24 # DNS via VPN DNS = 10.100.0.1 [Peer] # VPN server endpoint PublicKey = Endpoint = : AllowedIPs = 0.0.0.0/0, ::/0 # Keep connection alive PersistentKeepalive = 25