From ff58cbb022fd0f4de02cdb5c8855a8be4afe2298 Mon Sep 17 00:00:00 2001 From: adator <85586985+adator85@users.noreply.github.com> Date: Sun, 2 Nov 2025 00:16:42 +0100 Subject: [PATCH] Adding serveur_protocol to the configuration exemple. --- config/exemple_configuration.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/exemple_configuration.yaml b/config/exemple_configuration.yaml index 0f40bfc..5a26500 100644 --- a/config/exemple_configuration.yaml +++ b/config/exemple_configuration.yaml @@ -6,6 +6,7 @@ configuration: SERVEUR_PASSWORD: "YOUR_LINK_PASSWORD" SERVEUR_ID: "006" SERVEUR_SSL: true + SERVEUR_PROTOCOL: "unreal6" # unreal6 or inspircd SERVICE_NAME: "defender" SERVICE_NICKNAME: "PyDefender" @@ -39,8 +40,8 @@ configuration: API_TIMEOUT: 2 - PORTS_TO_SCAN: [3028 8080 1080 1085 4145 9050] - WHITELISTED_IP: ["127.0.0.1"] + PORTS_TO_SCAN: [3028, 8080, 1080, 1085, 4145, 9050] + WHITELISTED_IP: ["127.0.0.1", "192.168.1.1"] GLINE_DURATION: "30" DEBUG_LEVEL: 20