commit 5451a6f895a879c635eec3a862e64f3572099411 Author: Karsten Loesing karsten.loesing@gmx.net Date: Wed Nov 15 09:24:31 2017 +0100
Update Onionoo's host_name field specification.
Related to #23522. --- website/src/main/resources/web/WEB-INF/onionoo.jsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/website/src/main/resources/web/WEB-INF/onionoo.jsp b/website/src/main/resources/web/WEB-INF/onionoo.jsp index 37a7ea7..0ed4f6c 100644 --- a/website/src/main/resources/web/WEB-INF/onionoo.jsp +++ b/website/src/main/resources/web/WEB-INF/onionoo.jsp @@ -1240,11 +1240,11 @@ change in the future. <a href="#details_relay_host_name" class="anchor">#</a> <p> Host name as found in a reverse DNS lookup of the -relay IP address. +relay's primary IP address. This field is updated at most once in 12 hours, unless the relay IP address changes. -Omitted if the relay IP address was not looked up or if no lookup request -was successful yet. +Omitted if the relay IP address was not looked up, if no lookup request +was successful yet, or if no A record was found matching the PTR record. </p> </li>
tor-commits@lists.torproject.org