From: Jens Frank Date: Tue, 7 Dec 2004 21:23:13 +0000 (+0000) Subject: Warning about enabling proxy scanner X-Git-Tag: 1.5.0alpha1~1130 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=6c9ff62980d0f56a890a9addabe3f299addc687b;p=lhc%2Fweb%2Fwiklou.git Warning about enabling proxy scanner --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index d1e06e84bb..eb49b00bea 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -452,6 +452,13 @@ $wgDefaultBlockExpiry = '24 hours'; # default expiry time $wgAutoblockExpiry = 86400; # Number of seconds before autoblock entries expire # Proxy scanner settings +# If you enable this, every editor's IP address will be scanned for open +# HTTP proxies. +# +# Don't enable this. Many sysops will report "hostile TCP port scans" to +# your ISP and ask for your server to be shut down. +# +# You have been warned. # $wgBlockOpenProxies = false; # Automatic open proxy test on edit $wgProxyPorts = array( 80, 81, 1080, 3128, 6588, 8000, 8080, 8888, 65506 );