diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-10-11 22:06:01 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-10-11 22:06:01 +0000 |
commit | eca28f24f51a3b7e59a22002d8119db8a98c781a (patch) | |
tree | b35c2427cc76b50c021863d94f7d481cb9d4d0db /doc/dir-spec.txt | |
parent | 7f3fc70945e8f3286c9701c168fa364003949b3e (diff) | |
download | tor-eca28f24f51a3b7e59a22002d8119db8a98c781a.tar.gz tor-eca28f24f51a3b7e59a22002d8119db8a98c781a.zip |
r9004@totoro: nickm | 2006-10-11 18:05:24 -0400
Add client support for a 'BadExit' flag, so authorities can say "Server X is a poor choise for your nytimes.com connections, as it seems to direct them to HoorayForMao.com or (more likely) WouldYouLikeToBuyTheseFineEncyclopedias.com"
svn:r8690
Diffstat (limited to 'doc/dir-spec.txt')
-rw-r--r-- | doc/dir-spec.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/dir-spec.txt b/doc/dir-spec.txt index 5d47131944..a4793fa44c 100644 --- a/doc/dir-spec.txt +++ b/doc/dir-spec.txt @@ -355,6 +355,9 @@ $Id$ - A directory port (or "0" for none") "s" -- A series of whitespace-separated status flags, in any order: "Authority" if the router is a directory authority. + "BadExit" if the router is believed to be useless as an exit node + (because its ISP censors it, because it is behind a restrictive + proxy, or for some similar reason). "Exit" if the router is useful for building general-purpose exit circuits. "Fast" if the router is suitable for high-bandwidth circuits. |