From dcb4d2f0f1b17ffc8c078fc20d425c52ef3ddc04 Mon Sep 17 00:00:00 2001 From: swee Date: Fri, 10 Jan 2025 23:44:37 -0800 Subject: [PATCH] Update config.yml --- config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.yml b/config.yml index 13fc994..e490e26 100644 --- a/config.yml +++ b/config.yml @@ -46,7 +46,8 @@ ban-provider: /path/to/bans.txt # ban-provider: sql # Use of modules in the /modules folder, or in an absolute path specified. +# You want your protection modules BEFORE the ban engine. modules: - sqlite_local - - ban_engine - - botnet_protect \ No newline at end of file + - botnet_protect + - ban_engine \ No newline at end of file