diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-01-06 15:03:57 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-01-06 15:03:57 +0000 |
commit | e545f40e6a684400daabc90e68c456d6ca43e309 (patch) | |
tree | 451eaac690436f6af530ee4e25fc27010329b538 /contrib/exitlist | |
parent | 0ba7b7227808c17b9581fb0681d3415c3b08c2a6 (diff) | |
download | tor-e545f40e6a684400daabc90e68c456d6ca43e309.tar.gz tor-e545f40e6a684400daabc90e68c456d6ca43e309.zip |
Note that exitlist script still works just fine; you just need to point it at the new files.
svn:r5737
Diffstat (limited to 'contrib/exitlist')
-rwxr-xr-x | contrib/exitlist | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/contrib/exitlist b/contrib/exitlist index 188b8db44a..5c737dbd8d 100755 --- a/contrib/exitlist +++ b/contrib/exitlist @@ -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. |