diff options
author | George Kadianakis <desnacked@riseup.net> | 2013-06-01 18:38:06 +0300 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-08-15 12:03:37 -0400 |
commit | 13784d47536704e8b2fea918ffe4f9bf8c019f88 (patch) | |
tree | 42b8ba5a839c1d804b9f91734225a9fd18ec01ec /src/or/or.h | |
parent | bdeddecd29fc6d7edce9ab1e9f1963f6f03a63f8 (diff) | |
download | tor-13784d47536704e8b2fea918ffe4f9bf8c019f88.tar.gz tor-13784d47536704e8b2fea918ffe4f9bf8c019f88.zip |
Warn if the Extended ORPort listens on a public IP address.
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 363dfeaf7d..47b7a50611 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3514,6 +3514,7 @@ typedef struct { unsigned int ControlPort_set : 1; unsigned int DirPort_set : 1; unsigned int DNSPort_set : 1; + unsigned int ExtORPort_set : 1; /**@}*/ int AssumeReachable; /**< Whether to publish our descriptor regardless. */ |