From 3632df3eb19f518a363f71a768b59f0d01c6a1ea Mon Sep 17 00:00:00 2001 From: acidvegas Date: Mon, 19 Jun 2023 02:06:19 -0400 Subject: [PATCH] Updated localhost session limit --- doc/conf/unrealircd.remote.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf/unrealircd.remote.conf b/doc/conf/unrealircd.remote.conf index 96520e6..b26bf17 100644 --- 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; } }