Merge "User::isPingLimitable(): handle CIDR notation in $wgRateLimitsExcludedIPs"
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 791d024..c64f550 100644 (file)
@@ -5682,7 +5682,7 @@ $wgRateLimits = [
 ];
 
 /**
- * Array of IPs which should be excluded from rate limits.
+ * Array of IPs / CIDR ranges which should be excluded from rate limits.
  * This may be useful for whitelisting NAT gateways for conferences, etc.
  */
 $wgRateLimitsExcludedIPs = [];