Handbuch:$wgBlockCIDRLimit

This page is a translated version of the page Manual:$wgBlockCIDRLimit and the translation is 69% complete.
Zugang: $wgBlockCIDRLimit
Maximaler CIDR-Bereich beim Sperren eines IP-Bereichs.
Eingeführt in Version:1.16.0 (r58377)
Entfernt in Version:weiterhin vorhanden
Erlaubte Werte:(positive ganze Zahl)
Standardwert:(siehe unten)

Details

Maximum CIDR range when blocking an IP range.

Standardwerte

MediaWiki Version:
1.20

MediaWiki 1.20wmf4 und neuer: (Siehe gerrit:11259 und gerrit:11260)

$wgBlockCIDRLimit = [
	'IPv4' => 16, # Blocks larger than a /16 (64k addresses) will not be allowed
	'IPv6' => 19,
];
MediaWiki Versions:
1.16 – 1.19

Vor MediaWiki 1.20wmf4:

$wgBlockCIDRLimit = array(
       'IPv4' => 16, # Blocks larger than a /16 (64k addresses) will not be allowed
       'IPv6' => 64, # 2^64 = ~1.8x10^19 addresses
);
This setting does not control Extension:GlobalBlocking , which has its own configuration setting.