[Interface] PrivateKey = {{ wg_server_private_key }} Address = {{ wireguard_address }} ListenPort = {{ wireguard_port }} {% for client in wireguard_clients %} [Peer] # {{ client.name }} PublicKey = {{ client.public_key }} AllowedIPs = {{ client.allowed_ips }} {% endfor %}