From 6c9ff62980d0f56a890a9addabe3f299addc687b Mon Sep 17 00:00:00 2001 From: Jens Frank Date: Tue, 7 Dec 2004 21:23:13 +0000 Subject: [PATCH] Warning about enabling proxy scanner --- includes/DefaultSettings.php | 7 +++++++ 1 file changed, 7 insertions(+) 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 ); -- 2.20.1