aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-08-10 14:51:12 -0400
committerNick Mathewson <nickm@torproject.org>2020-08-10 14:51:12 -0400
commit3eb9331133a0606e86114bb613f03c674050932d (patch)
tree96f2154244996f2f403899a07c04442a28285fe5 /changes
parent67fc69c8c1546d1f02f66848997192023f7d1141 (diff)
parentd1413e04f89213b7eb0ee844491148e7cf7ca45b (diff)
downloadtor-3eb9331133a0606e86114bb613f03c674050932d.tar.gz
tor-3eb9331133a0606e86114bb613f03c674050932d.zip
Merge remote-tracking branch 'tor-gitlab/mr/110'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket400395
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket40039 b/changes/ticket40039
new file mode 100644
index 0000000000..41b34c6407
--- /dev/null
+++ b/changes/ticket40039
@@ -0,0 +1,5 @@
+ o Minor features (control port, relay):
+ - Introduce "GETINFO address/v4" and "GETINFO address/v6" in the control
+ port to fetch the Tor host's respective IPv4 or IPv6 address. We keep
+ "GETINFO address" for backwords-compatibility which retains the current
+ behavior. Closes ticket 40039. Patch by Neel Chauhan.