Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -452,7 +452,14 @@ |
453 | 453 | $wgAutoblockExpiry = 86400; # Number of seconds before autoblock entries expire |
454 | 454 | |
455 | 455 | # Proxy scanner settings |
| 456 | +# If you enable this, every editor's IP address will be scanned for open |
| 457 | +# HTTP proxies. |
456 | 458 | # |
| 459 | +# Don't enable this. Many sysops will report "hostile TCP port scans" to |
| 460 | +# your ISP and ask for your server to be shut down. |
| 461 | +# |
| 462 | +# You have been warned. |
| 463 | +# |
457 | 464 | $wgBlockOpenProxies = false; # Automatic open proxy test on edit |
458 | 465 | $wgProxyPorts = array( 80, 81, 1080, 3128, 6588, 8000, 8080, 8888, 65506 ); |
459 | 466 | $wgProxyScriptPath = "$IP/proxy_check.php"; |