diff --git a/doc/conf/unrealircd.remote.conf b/doc/conf/unrealircd.remote.conf index f16aeba..88b5626 100644 --- a/doc/conf/unrealircd.remote.conf +++ b/doc/conf/unrealircd.remote.conf @@ -20,7 +20,7 @@ alias operserv { type services; } alias os { target operserv; type services; } class clients { pingfreq 120; maxclients 100; sendq 1M; options { nofakelag; } } -class local { pingfreq 300; maxclients 1000; sendq 5M; options { nofakelagl } } +class local { pingfreq 300; maxclients 1000; sendq 5M; options { nofakelag; } } class servers { pingfreq 120; maxclients 10; sendq 1M; connfreq 30; } allow { mask *; class clients; maxperip 2; global-maxperip 2; }