From 742a271ae45e18a2aee4f769e51a175845c4b0d9 Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sat, 22 Jun 2024 22:20:35 +0200 Subject: [PATCH] WireGuard.js: cidr match with ip6tables rules --- src/lib/WireGuard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/WireGuard.js b/src/lib/WireGuard.js index 9265639e..49568d2f 100644 --- a/src/lib/WireGuard.js +++ b/src/lib/WireGuard.js @@ -102,7 +102,7 @@ module.exports = class WireGuard { # Server [Interface] PrivateKey = ${config.server.privateKey} -Address = ${config.server.address}/24, ${config.server.address6}/120 +Address = ${config.server.address}/24, ${config.server.address6}/64 ListenPort = ${WG_PORT} PreUp = ${WG_PRE_UP} PostUp = ${WG_POST_UP}