https://bugzilla.wikimedia.org/show_bug.cgi?id=23321

--- Comment #11 from Ævar Arnfjörð Bjarmason <[email protected]> 2010-05-01 
15:45:57 UTC ---
(In reply to comment #10)
> (In reply to comment #9)
> > Here's a list of IPs I blocked during the time period from when this bug was
> > re-opened. They were almost certainly all tor nodes at the time & used for
> > vandalism.
> > 
> > 130.217..76.77 
> > 24.94.65.2 
> > 77.109.139.87 
> > 80.193.114.10 
> > 83.78.60.241 
> > 92.62.52.188 
> > 95.170.245.53
> 
> This is almost certainly just a race condition. Here's a check against
> the Tor exit node list (from
> https://check.torproject.org/cgi-bin/TorBulkExitList.py):

After looking at the source it looks like it is. Exit nodes are stored for 30
minutes but new ones are spinning up all the time.

See this graph for reference for how they vary over the day:

    http://munin.nix.is/nix.is/v.nix.is/tor_routers.html

I suggest storing the fetch time along with the IP in memcache and updating it
as appropriate, dropping old entries after some configured amount of time.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to