mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Note that exitlist script still works just fine; you just need to point it at the new files.
svn:r5737
This commit is contained in:
parent
0ba7b72278
commit
e545f40e6a
@ -6,9 +6,14 @@
|
||||
exitlist -- Given a Tor directory on stdin, lists the Tor servers
|
||||
that accept connections to given addreses.
|
||||
|
||||
example usage:
|
||||
example usage (Tor 0.1.0.16 and ealier):
|
||||
|
||||
python2.2 exitlist < ~/.tor/cached-directory
|
||||
|
||||
example usage (Tor 0.1.1.10-alpha and later):
|
||||
|
||||
python2.2 exitlist < ~/.tor/cached-routers*
|
||||
|
||||
"""
|
||||
|
||||
# Requires Python 2.2 or later.
|
||||
|
Loading…
Reference in New Issue
Block a user