r6563 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r6562‎ | r6563 | r6564 >
Date:21:23, 7 December 2004
Author:jeluf
Status:old
Tags:
Comment:
Warning about enabling proxy scanner
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -452,7 +452,14 @@
453453 $wgAutoblockExpiry = 86400; # Number of seconds before autoblock entries expire
454454
455455 # Proxy scanner settings
 456+# If you enable this, every editor's IP address will be scanned for open
 457+# HTTP proxies.
456458 #
 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+#
457464 $wgBlockOpenProxies = false; # Automatic open proxy test on edit
458465 $wgProxyPorts = array( 80, 81, 1080, 3128, 6588, 8000, 8080, 8888, 65506 );
459466 $wgProxyScriptPath = "$IP/proxy_check.php";

Status & tagging log