summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-09-07 09:51:45 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-15 12:09:33 -0400
commitf02fd6c3af71141241137403d070d72310cbfd82 (patch)
tree63c2cc015d590aabf08ac20569e496985208ce11 /src/or/or.h
parent8421756da3fc3cc116d17fe96b50384c0d79af8b (diff)
downloadtor-f02fd6c3af71141241137403d070d72310cbfd82.tar.gz
tor-f02fd6c3af71141241137403d070d72310cbfd82.zip
Remove AllowDotExit.
It's been deprecated since 0.2.9.2-alpha. Closes ticket 23426.
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 5a543b498c..b445d48088 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -4160,13 +4160,6 @@ typedef struct {
* if we are a cache). For authorities, this is always true. */
int DownloadExtraInfo;
- /** If true, we convert "www.google.com.foo.exit" addresses on the
- * socks/trans/natd ports into "www.google.com" addresses that
- * exit from the node "foo". Disabled by default since attacking
- * websites and exit relays can use it to manipulate your path
- * selection. */
- int AllowDotExit;
-
/** If true, we're configured to collect statistics on clients
* requesting network statuses from us as directory. */
int DirReqStatistics_option;