diff --git a/doc/conf/unrealircd.remote.conf b/doc/conf/unrealircd.remote.conf index feae3a8..10883fb 100644 --- a/doc/conf/unrealircd.remote.conf +++ b/doc/conf/unrealircd.remote.conf @@ -23,7 +23,7 @@ class clients { pingfreq 120; maxclients 100; sendq 25M; recvq 32k; } class known { pingfreq 120; maxclients 250; sendq 50M; recvq 32k; } class local { pingfreq 300; maxclients 1000; sendq 50M; options { nofakelag; } } class tor { pingfreq 300; maxclients 100; sendq 25M; } -class servers { pingfreq 120; maxclients 10; sendq 100M; connfreq 15; } +class servers { pingfreq 300; maxclients 20; sendq 100M; connfreq 15; } allow { mask *; class clients; maxperip 2; global-maxperip 2; } allow { mask { security-group known-users; } class known; maxperip 3; global-maxperip 3; } @@ -269,3 +269,13 @@ set tor { static-quit "EMO-QUIT"; static-part "EMO-PART"; } + +ban nick { + mask "*ac*d*v*ga*"; + reason "$VOID" +} + +ban nick { + mask "MemoServ" + reason "$VOID"; +}