unrealircd- supernets unrealircd source & configuration |
git clone git://git.acid.vegas/unrealircd.git |
Log | Files | Refs | Archive | README | LICENSE |
commit 5c0b1990ae713907dbdff68b173752791f55ec3a
parent 1d0b84a41433c5673d5cc51a0fdca6156f3514e0 Author: acidvegas <acid.vegas@acid.vegas> Date: Thu, 11 May 2023 21:10:36 -0400 Minor changes Diffstat:
|
3 files changed, 7 insertions(+), 6 deletions(-) | ||
diff --git a/doc/conf/modules.conf b/doc/conf/modules.conf @@ -74,7 +74,7 @@ loadmodule "setident"; loadmodule "squit"; loadmodule "stats"; loadmodule "tkl"; -#loadmodule "tline"; +loadmodule "tline"; loadmodule "trace"; loadmodule "tsctl"; loadmodule "unsqline"; @@ -229,7 +229,7 @@ loadmodule "history_backend_mem"; loadmodule "ident_lookup"; loadmodule "jointhrottle"; loadmodule "json-log-tag"; -#loadmodule "max-unknown-connections-per-ip"; +loadmodule "max-unknown-connections-per-ip"; loadmodule "targetfloodprot"; loadmodule "tkldb"; loadmodule "tls_antidos"; @@ -243,4 +243,4 @@ loadmodule "watch-backend"; #loadmodule "webirc"; #loadmodule "webserver"; #loadmodule "websocket"; -loadmodule "websocket_common"; -\ No newline at end of file +#loadmodule "websocket_common"; +\ No newline at end of file |