[tor-commits] [atlas/master] details: Improves tooltip on DNS name field (#23522)

irl at torproject.org irl at torproject.org
Tue Nov 14 14:29:36 UTC 2017


commit ce07ca3b784f9b76def9387790731268a5ee4750
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Tue Nov 14 14:28:59 2017 +0000

    details: Improves tooltip on DNS name field (#23522)
---
 templates/details/router.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/details/router.html b/templates/details/router.html
index 2909c67..4dc90be 100644
--- a/templates/details/router.html
+++ b/templates/details/router.html
@@ -120,7 +120,7 @@
     <%=propertyCount==0?'none':''%>
     </dd>
 
-    <dt><span class="tip" title="The DNS name for the relay as found by performing a reverse lookup on its first IP address.">DNS Name</span></dt>
+    <dt><span class="tip" title="Host name as found in a reverse DNS lookup of the relay's first 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, if no lookup request was successful yet or if no A record was found matching the PTR record.">Host Name</span></dt>
     <dd><% if (relay.get('host_name')) { %><%= relay.get('host_name') %><% } else { %>No PTR record found<% } %></dd>
 
     <dt><span class="tip" title="Country as found in a GeoIP database by resolving the relay's first onion-routing address.">Country</span></dt>



More information about the tor-commits mailing list