From aca1c1c013a5654c16a3fdb66e8cdb631dbf3b5f Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 10 Jan 2024 06:53:29 +0300 Subject: [PATCH] another fix... Signed-off-by: Alex A. Naanou --- wireguard/assets/root/templates/wg0-client.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wireguard/assets/root/templates/wg0-client.tpl b/wireguard/assets/root/templates/wg0-client.tpl index 78695d8..cbdbd50 100644 --- a/wireguard/assets/root/templates/wg0-client.tpl +++ b/wireguard/assets/root/templates/wg0-client.tpl @@ -1,6 +1,6 @@ [Peer] PublicKey = ${CLIENT_PUBLIC_KEY} -AllowedIPs = ${CLIENT_IP} +AllowedIPs = ${ALLOWED_IPS} Endpoint = ${ENDPOINT}:${ENDPOINT_PORT}