svn:r5742
This commit is contained in:
Roger Dingledine 2006-01-07 00:17:12 +00:00
parent 50b6b3258d
commit 4bbe08a98d

View file

@ -1,12 +1,12 @@
#!/usr/bin/python #!/usr/bin/python
# Copyright 2005 Nick Mathewson # Copyright 2005-2006 Nick Mathewson
# See the LICENSE file in the Tor distribution for licensing information. # See the LICENSE file in the Tor distribution for licensing information.
""" """
exitlist -- Given a Tor directory on stdin, lists the Tor servers exitlist -- Given a Tor directory on stdin, lists the Tor servers
that accept connections to given addreses. that accept connections to given addreses.
example usage (Tor 0.1.0.16 and ealier): example usage (Tor 0.1.0.16 and earlier):
python2.2 exitlist < ~/.tor/cached-directory python2.2 exitlist < ~/.tor/cached-directory