diff options
author | Roger Dingledine <arma@torproject.org> | 2010-09-27 18:33:12 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-09-27 18:33:12 -0400 |
commit | f006f02ca48c73d3833ae548ca41398ffdacb5c8 (patch) | |
tree | 5d242d322bc719febaa55891914ae9842e28e3f4 /doc | |
parent | af7fab020accd31f95ba2037ccd25c65e3290571 (diff) | |
parent | a467bf5fbb0fd03ecf76864315cf1ca3c33f34e3 (diff) | |
download | tor-f006f02ca48c73d3833ae548ca41398ffdacb5c8.tar tor-f006f02ca48c73d3833ae548ca41398ffdacb5c8.tar.gz |
Merge branch 'maint-0.2.2'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spec/dir-spec.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index 585ae5a23..6e35deb00 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -1177,6 +1177,12 @@ 0.2.2.14-alpha looked for bwconnrate and bwconnburst, but then did the wrong thing with them; see bug 1830 for details.) + "refuseunknownexits" -- if set and non-zero, exit relays look at + the previous hop of circuits that ask to open an exit stream, + and refuse to exit if they don't recognize it as a relay. The + goal is to make it harder for people to use them as one-hop + proxies. See trac entry 1751 for details. + See also "2.4.5. Consensus parameters governing behavior" in path-spec.txt for a series of circuit build time related consensus params. |