From 7d36b0be7f60c38980e4b01fe7fbe1081a8b22b3 Mon Sep 17 00:00:00 2001 From: MakostaDev <181651143+MakostaDev@users.noreply.github.com> Date: Mon, 14 Sep 2026 21:26:16 +0400 Subject: [PATCH] update: node-plugins config --- .../default-node-plugins-config.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/remnawave-default/node-plugins/default-node-plugins-config.json b/remnawave-default/node-plugins/default-node-plugins-config.json index a83e21e..3578e17 100644 --- a/remnawave-default/node-plugins/default-node-plugins-config.json +++ b/remnawave-default/node-plugins/default-node-plugins-config.json @@ -12,12 +12,20 @@ "enabled": false, "blockDuration": 3600, "ignoreLists": { - "ip": [] - } + "ip": [], + "userId": [] + }, + "rulePlacement": 0 }, "connectionDrop": { "enabled": false, "whitelistIps": [] }, - "sharedLists": [] -} \ No newline at end of file + "preStart": { + "enabled": false, + "cleanupSockets": { + "enabled": false, + "files": [] + } + } +}