summaryrefslogtreecommitdiff
path: root/changes/ticket40039
diff options
context:
space:
mode:
Diffstat (limited to 'changes/ticket40039')
-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.