unrealircd- supernets unrealircd source & configuration |
git clone git://git.acid.vegas/unrealircd.git |
Log | Files | Refs | Archive | README | LICENSE |
commit 807fb522f091b1233300acef6b9c0b0eae5bef49
parent 1895a725a18af3d805b51695da0b624c91ee6de2 Author: acidvegas <acid.vegas@acid.vegas> Date: Mon, 19 Jun 2023 16:44:36 -0400 typo Diffstat:
|
1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git a/doc/conf/unrealircd.remote.conf b/doc/conf/unrealircd.remote.conf @@ -20,7 +20,7 @@ alias operserv { type services; } alias os { target operserv; type services; } class clients { pingfreq 120; maxclients 100; sendq 1M; options { nofakelag; } } -class local { pingfreq 300; maxclients 1000; sendq 5M; options { nofakelagl } } +class local { pingfreq 300; maxclients 1000; sendq 5M; options { nofakelag; } } class servers { pingfreq 120; maxclients 10; sendq 1M; connfreq 30; } allow { mask *; class clients; maxperip 2; global-maxperip 2; } |