https://bugzilla.wikimedia.org/show_bug.cgi?id=30716
--- Comment #4 from Platonides <[email protected]> 2011-11-22 22:34:40 UTC --- If we know of a tor server providing directory information (eg. 10.10.10.10:9030), I think we could get the list of servers by doing wget -O - http://10.10.10.10:9030/tor/status-vote/current/consensus.z | grep ^r\ /tmp/consensus.z | cut -d ' ' -f 7 Of course, if we have the consensus (or a cached copy by a client), we also have the list of accepted/rejected ports for each server. But it seems we would also need a copy of the descriptors for matching the ips. For that we would fetch instead http://10.10.10.10:9030/tor/server/all and use a different parsing. -- 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
