手册:$wgBadRanges

From mediawiki.org
This page is a translated version of the page Manual:$wgBadRanges and the translation is 62% complete.
语言、区域和字符编码设置: $wgBadRanges
An array of arrays of IP addresses that each value in $wgBadUserAgents apply to.
引进版本:pre 1.1.0
移除版本:1.2.0 (r2473)
允许的值:未指定
默认值:false

细节

用户代理/范围阻止。 Blocks all users using a particular user agent, possibly restricted to a set of IP ranges.

This setting holds an array of arrays of IP addresses that each value in $wgBadUserAgents apply to.

例如: array( array( '1.2.3.0', '1.2.3.255' ) )

参见