unrealircd- supernets unrealircd source & configuration |
git clone git://git.acid.vegas/unrealircd.git |
Log | Files | Refs | Archive | README | LICENSE |
commit 3632df3eb19f518a363f71a768b59f0d01c6a1ea
parent dd74b9d2554d8f1728718bd0d685e439bde77a00 Author: acidvegas <acid.vegas@acid.vegas> Date: Mon, 19 Jun 2023 02:06:19 -0400 Updated localhost session limit Diffstat:
|
1 file changed, 2 insertions(+), 2 deletions(-) |
diff --git a/doc/conf/unrealircd.remote.conf b/doc/conf/unrealircd.remote.conf @@ -22,8 +22,8 @@ alias os { target operserv; type services; } class clients { pingfreq 120; maxclients 100; sendq 1M; options { nofakelag; } } class servers { pingfreq 120; maxclients 10; sendq 1M; connfreq 30; } -allow { mask *; class clients; maxperip 2; global-maxperip 2; } -allow { mask 127.0.0.1; class clients; maxperip 10; global-maxperip 10; } +allow { mask *; class clients; maxperip 2; global-maxperip 2; } +allow { mask 127.0.0.1; class clients; maxperip 100; global-maxperip 100; } listen { ip *; port 6660–6669; options { clientsonly; } } listen { ip *; port 7000; options { clientsonly; } } |