commit 18280f6b00e0d7726d42781fabda725c5b802059 Author: Karsten Loesing karsten.loesing@gmx.net Date: Tue May 29 15:08:45 2018 +0200
Be clearer about Onionoo's exit_addresses field.
Fixes #26031. --- src/main/resources/web/jsps/onionoo.jsp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/main/resources/web/jsps/onionoo.jsp b/src/main/resources/web/jsps/onionoo.jsp index b225732..b58b6d9 100644 --- a/src/main/resources/web/jsps/onionoo.jsp +++ b/src/main/resources/web/jsps/onionoo.jsp @@ -1057,9 +1057,8 @@ IPv6 hex characters are all lower-case. <span class="required-false">optional</span> <a href="#details_relay_exit_addresses" class="anchor">#</a> <p> -Array of IPv4 or IPv6 addresses that the +Array of IPv4 addresses that the relay used to exit to the Internet in the past 24 hours. -IPv6 hex characters are all lower-case. Omitted if array is empty. Changed on April 17, 2018 to include all exit addresses, regardless of whether they are used as onion-routing addresses or not.
tor-commits@lists.torproject.org