]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - doc/example.conf
[svn] Apply ratbox flood fix.
[irc/rqf/shadowircd.git] / doc / example.conf
index 07d4c0909ad67e8e2db4457d6ac47d0532e4f1d3..0a0927f495e3a669364d7e218cf50daf6653f576 100755 (executable)
@@ -4,7 +4,7 @@
  * Copyright (C) 2002-2005 ircd-ratbox development team
  * Copyright (C) 2005-2006 charybdis development team
  *
- * $Id: example.conf 3257 2007-03-13 16:09:28Z jilles $
+ * $Id: example.conf 3446 2007-05-14 22:21:16Z jilles $
  *
  * See reference.conf for more information.
  */
@@ -43,8 +43,10 @@ serverinfo {
        /* for IPv6 */
        #vhost6 = "3ffe:80e8:546::2";
 
-       /* max_clients: This should be set to the amount of connections
-        * the server can handle.
+       /* max_clients: This should be set to the maximum amount of clients
+        * that the server should support. Note that you should leave some
+        * file descriptors free for log files, server connections, ident
+        * lookups (if enabled), exceed_limit clients, etc.
         */
        max_clients = 1024;
 };
@@ -427,6 +429,7 @@ general {
        reject_ban_time = 1 minute;
        reject_after_count = 3;
        reject_duration = 5 minutes;
+       max_unknown_ip = 2;
 };
 
 modules {