aboutsummaryrefslogtreecommitdiff
path: root/control-spec.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-08-10 14:52:48 -0400
committerNick Mathewson <nickm@torproject.org>2020-08-10 14:52:48 -0400
commitb4923cac4fee89968afc4c5863405f94470f25cc (patch)
tree904dbd69db450711537c01dcd3f6f50e41bcd83c /control-spec.txt
parenta9065681989ec3497914979c1999edebda37b9f4 (diff)
parent3bf47334f39c366235c0451f31df3ad2978edc4f (diff)
downloadtorspec-b4923cac4fee89968afc4c5863405f94470f25cc.tar.gz
torspec-b4923cac4fee89968afc4c5863405f94470f25cc.zip
Merge remote-tracking branch 'tor-github/pr/128'
Diffstat (limited to 'control-spec.txt')
-rw-r--r--control-spec.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/control-spec.txt b/control-spec.txt
index fb35d94..e338d79 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -696,6 +696,11 @@
"address" -- the best guess at our external IP address. If we
have no guess, return a 551 error. (Added in 0.1.2.2-alpha)
+ "address/v4"
+ "address/v6"
+ the best guess at our respective external IPv4 or IPv6 address.
+ If we have no guess, return a 551 error. (Added in 0.4.5.1-alpha)
+
"fingerprint" -- the contents of the fingerprint file that Tor
writes as a relay, or a 551 if we're not a relay currently.
(Added in 0.1.2.3-alpha)