mirror of
git://git.acid.vegas/unrealircd.git
synced 2024-11-14 20:16:42 +00:00
Updated localhost session limit
This commit is contained in:
parent
dd74b9d255
commit
3632df3eb1
@ -23,7 +23,7 @@ class clients { pingfreq 120; maxclients 100; sendq 1M; options { nofakelag; } }
|
|||||||
class servers { pingfreq 120; maxclients 10; sendq 1M; connfreq 30; }
|
class servers { pingfreq 120; maxclients 10; sendq 1M; connfreq 30; }
|
||||||
|
|
||||||
allow { mask *; class clients; maxperip 2; global-maxperip 2; }
|
allow { mask *; class clients; maxperip 2; global-maxperip 2; }
|
||||||
allow { mask 127.0.0.1; class clients; maxperip 10; global-maxperip 10; }
|
allow { mask 127.0.0.1; class clients; maxperip 100; global-maxperip 100; }
|
||||||
|
|
||||||
listen { ip *; port 6660–6669; options { clientsonly; } }
|
listen { ip *; port 6660–6669; options { clientsonly; } }
|
||||||
listen { ip *; port 7000; options { clientsonly; } }
|
listen { ip *; port 7000; options { clientsonly; } }
|
||||||
|
Loading…
Reference in New Issue
Block a user