r52049 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52048‎ | r52049 | r52050 >
Date:13:43, 17 June 2009
Author:tstarling
Status:deferred
Tags:
Comment:
* Updated BrightSparks and SingTel proxies
* Added sync-file command to update script
Modified paths:
  • /trunk/extensions/TrustedXFF/trusted-hosts.txt (modified) (history)
  • /trunk/extensions/TrustedXFF/update (modified) (history)

Diff [purge]

Index: trunk/extensions/TrustedXFF/update
@@ -3,3 +3,6 @@
44 cd `dirname $0`
55 php generate.php
66 bzip2 -kf trusted-xff.cdb
 7+if [ -x /home/wikipedia/bin/sync-common-file ]; then
 8+ sync-common-file php-1.5/extensions/TrustedXFF/trusted-xff.cdb
 9+fi
Index: trunk/extensions/TrustedXFF/trusted-hosts.txt
@@ -399,7 +399,17 @@
400400 # Source: reverse DNS and access logs
401401 165.21.154.0/24
402402 165.21.155.0/24
 403+# New subnet of SingTel it seems, -- Domas, 2009/05/07
 404+# Confirmed with access logs -- Tim
 405+220.255.7.0/24
 406+# More proxies detected via user report and access logs -- Tim
 407+220.255.4.26
 408+220.255.4.27
 409+220.255.4.28
 410+220.255.4.29
 411+220.255.4.30
403412
 413+
404414 # Telefonica
405415 80-58-55-42.proxycache.rima-tde.net
406416 80-58-14-170.proxycache.rima-tde.net
@@ -1133,11 +1143,12 @@
11341144 195.188.152.17
11351145
11361146 # brightsparks.net.au
1137 -202.182.65.199
1138 -202.182.65.201
1139 -202.182.65.204
1140 -202.182.65.205
1141 -202.182.65.206
 1147+proxy1.brightsparks.net.au
 1148+proxy2.brightsparks.net.au
 1149+whitelist.brightsparks.net.au
 1150+blacklist1.brightsparks.net.au
 1151+blacklist2.brightsparks.net.au
 1152+unfiltered.brightsparks.net.au
11421153
11431154 # *.wwwcache.cam.ac.uk
11441155 131.111.8.96

Status & tagging log