[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Note that exitlist script still works just fine; you just n...
Update of /home/or/cvsroot/tor/contrib
In directory moria:/tmp/cvs-serv11092/contrib
Modified Files:
exitlist
Log Message:
Note that exitlist script still works just fine; you just need to point it at the new files.
Index: exitlist
===================================================================
RCS file: /home/or/cvsroot/tor/contrib/exitlist,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -d -r1.1 -r1.2
--- exitlist 25 Feb 2005 05:45:40 -0000 1.1
+++ exitlist 6 Jan 2006 15:03:57 -0000 1.2
@@ -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.