aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket33236
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2020-07-06 11:09:39 -0400
committerDavid Goulet <dgoulet@torproject.org>2020-07-07 10:52:43 -0400
commit809c8647079e3e84d401db25055144c5180aa75d (patch)
treeadfabf89ab5f12e7b719143839f7595921440dab /changes/ticket33236
parentbc63f59f3c45c61296aac94411f9ab73cfbda322 (diff)
downloadtor-809c8647079e3e84d401db25055144c5180aa75d.tar.gz
tor-809c8647079e3e84d401db25055144c5180aa75d.zip
addr: Attempt to learn our address with ORPort
If no Address statement are found in the configuration file, attempt to learn our address by looking at the ORPort address if any. Specifying an address is optional so if we can't find one, it is fine, we move on to the next discovery mechanism. Note that specifying a hostname on the ORPort is not yet supported at this commit. Closes #33236 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes/ticket33236')
-rw-r--r--changes/ticket332364
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket33236 b/changes/ticket33236
new file mode 100644
index 0000000000..d2b1d7e4da
--- /dev/null
+++ b/changes/ticket33236
@@ -0,0 +1,4 @@
+ o Minor feature (relay, address discovery):
+ - If Address is not found in torrc, attempt to learn our address with the
+ configured ORPort address if any. Closes ticket 33236.
+