From f8a4d4b6e55e030a7876c62526bb6227eb017bfd Mon Sep 17 00:00:00 2001 From: acidvegas Date: Wed, 21 Jun 2023 22:31:20 -0400 Subject: [PATCH] Updated flood rates --- doc/conf/unrealircd.remote.conf | 8 ++++---- doc/conf/unrealircd.tor.conf | 5 +---- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/doc/conf/unrealircd.remote.conf b/doc/conf/unrealircd.remote.conf index def71e8..443aee7 100644 --- a/doc/conf/unrealircd.remote.conf +++ b/doc/conf/unrealircd.remote.conf @@ -19,10 +19,10 @@ alias ns { target nickserv; type services; } alias operserv { type services; } alias os { target operserv; type services; } -class clients { pingfreq 120; maxclients 100; sendq 1M; options { nofakelag; } } -class known { pingfreq 120; maxclients 250; sendq 5M; options { nofakelag; } } -class local { pingfreq 300; maxclients 1000; sendq 10M; options { nofakelag; } } -class servers { pingfreq 120; maxclients 10; sendq 50M; connfreq 15; } +class clients { pingfreq 120; maxclients 100; sendq 25M; recvq 32k; } +class known { pingfreq 120; maxclients 250; sendq 50M; recvq 32k; } +class local { pingfreq 300; maxclients 1000; sendq 50M; options { nofakelag; } } +class servers { pingfreq 120; maxclients 10; sendq 75M; connfreq 15; } allow { mask *; class clients; maxperip 2; global-maxperip 2; } allow { mask { security-group known-users; } class known; maxperip 3; global-maxperip 3; } diff --git a/doc/conf/unrealircd.tor.conf b/doc/conf/unrealircd.tor.conf index 911365f..3a93d4d 100644 --- a/doc/conf/unrealircd.tor.conf +++ b/doc/conf/unrealircd.tor.conf @@ -81,6 +81,7 @@ set { private-message { except { connect-time 300; identified yes; } } private-notice { except { connect-time 300; identified yes; } } } + auto-join "#tor"; who-limit 0; nick-length 20; maxchannelsperuser 10; @@ -191,10 +192,6 @@ set { } } -set known-users { - auto-join "#superbowl"; -} - set unknown-users { static-quit "EMO-QUIT"; static-part "EMO-PART";