]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - doc/reference.conf
Move to ratbox3 reject and throttle code.
[irc/rqf/shadowircd.git] / doc / reference.conf
index 4d54480573c3181c60c06c5070dbac2e34b27212..0b64947bfa11ea021b59ca6e2807a391177a2a12 100755 (executable)
@@ -1153,10 +1153,14 @@ general {
        /* reject duration: the amount of time to cache the rejection */
        reject_duration = 5 minutes;
 
-       /* max_unknown_ip: maximum number of pending connections to the server
-         * that are allowed per IP address
+       /* throttle_duration: Amount of time that throttling will be applied to an IP
+        * address.
         */
-       max_unknown_ip = 2;
+       throttle_duration = 60;
+
+       /* throttle_count: Number of connections within throttle_duration that it takes
+        * for throttling to take effect */
+       throttle_count = 4;
 };
 
 modules {