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}