Manual:$wgBlockCIDRLimit

From mediawiki.org
This page is a translated version of the page Manual:$wgBlockCIDRLimit and the translation is 85% complete.
Outdated translations are marked like this.
Acesso: $wgBlockCIDRLimit
Faixa CIDR máxima ao bloquear uma faixa de IP.
Introduzido na versão:1.16.0 (r58377)
Removido na versão:ainda em uso
Valores permitidos:(números positivos)
Valor padrão:(ver abaixo)

Detalhes

Faixa CIDR máxima ao bloquear uma faixa de IP.

Valores padrão

Versão MediaWiki:
1.20

MediaWiki 1.20wmf4 ou posterior: (Veja gerrit:11259 e gerrit:11260)

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

Antes do 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 endereços
);
Essa configuração não controlará Extension:GlobalBlocking .