From 95825b9f03ce5c5ede5d63489ceaa1c8fb9837fe Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Thu, 6 Apr 2023 21:14:52 +0300 Subject: [PATCH] fix endif --- templates/wireguard_server.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/wireguard_server.conf.j2 b/templates/wireguard_server.conf.j2 index d32dd26..bae5450 100644 --- a/templates/wireguard_server.conf.j2 +++ b/templates/wireguard_server.conf.j2 @@ -12,4 +12,5 @@ PublicKey = {{ item.PublicKey }} AllowedIPs = {{ item.AllowedIPs }} {% if item.EndPointIP is defined and item.EndPointIP != '' %} EndPoint = {{ item.EndPointIP }}:{{ listenport }} +{% endif %} {% endfor %}