mirror of
git://git.acid.vegas/unrealircd.git
synced 2024-11-14 12:06:41 +00:00
Updated localhost session limit
This commit is contained in:
parent
dd74b9d255
commit
3632df3eb1
@ -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; } }
|
||||
|
Loading…
Reference in New Issue
Block a user