Manual:$wgBlockCIDRLimit
Appearance
Outdated translations are marked like this.
| Acesso: $wgBlockCIDRLimit | |
|---|---|
| Faixa CIDR máxima ao bloquear uma faixa de IP. |
|
| Introduzida na versão: | 1.16.0 (r58377) |
| Removida na versão: | Ainda em uso |
| Valores permitidos: | (números positivos) |
| Valor padrão: | (ver abaixo) |
| Outras definições: Ordem alfabética | Por função | |
Detalhes
Faixa CIDR máxima ao bloquear uma faixa de IP.
Valores padrão
| Versão do 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.