From 77b5a12a2196e982d8360e03f56b48ae52e1b052 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 10 Jan 2024 07:04:05 +0300 Subject: [PATCH] more cleanup and tweaks... 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 cbdbd50..78695d8 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 = ${ALLOWED_IPS} +AllowedIPs = ${CLIENT_IP} Endpoint = ${ENDPOINT}:${ENDPOINT_PORT}