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";