mirror of
git://git.acid.vegas/unrealircd.git
synced 2025-04-06 00:28:23 +00:00
Fixed missing allow block
This commit is contained in:
parent
e25e7ef338
commit
0e1fefd2d4
@ -14,7 +14,8 @@ alias os { target operserv; type services; }
|
|||||||
class clients { pingfreq 120; maxclients 100; sendq 1M; options { nofakelag; } }
|
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 { ip *; class clients; maxperip 2; }
|
allow { ip *; class clients; maxperip 2; }
|
||||||
|
allow { ip 127.0.0.1; class clients; maxperip 10; }
|
||||||
|
|
||||||
#require authentication {
|
#require authentication {
|
||||||
# mask *@*;
|
# mask *@*;
|
||||||
@ -91,7 +92,7 @@ set {
|
|||||||
modes-on-connect "+iIpTx";
|
modes-on-connect "+iIpTx";
|
||||||
modes-on-oper "+Hq";
|
modes-on-oper "+Hq";
|
||||||
snomask-on-oper "+bcFfkGsSo";
|
snomask-on-oper "+bcFfkGsSo";
|
||||||
modes-on-join "+Cns";
|
modes-on-join "+ns";
|
||||||
level-on-join "op";
|
level-on-join "op";
|
||||||
restrict-usermodes "ips";
|
restrict-usermodes "ips";
|
||||||
restrict-channelmodes "nLpPs";
|
restrict-channelmodes "nLpPs";
|
||||||
|
Loading…
Reference in New Issue
Block a user