diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-15 12:10:47 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-15 12:10:47 -0400 |
commit | 37302e64a4c53975bfb300bd46024d1eb503bd11 (patch) | |
tree | 4ab69dc47f429673c6d830107c5c1f21df58cbb2 /src/or/or.h | |
parent | fea2d84ce3eeba1d5ef07ece390a7677401a48d7 (diff) | |
parent | f02fd6c3af71141241137403d070d72310cbfd82 (diff) | |
download | tor-37302e64a4c53975bfb300bd46024d1eb503bd11.tar.gz tor-37302e64a4c53975bfb300bd46024d1eb503bd11.zip |
Merge branch 'remove_allow_dotexit_v2'
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/or/or.h b/src/or/or.h index 72fdea17ea..53ba94e90e 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -4169,13 +4169,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; |