[tor-commits] [metrics-web/release] Mention that a DNSSEC validating resolver is used

karsten at torproject.org karsten at torproject.org
Wed Sep 26 15:20:35 UTC 2018


commit 67201b9dd4e74950f980eed9d0fa98d3710b011d
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Wed Aug 8 14:19:13 2018 +0100

    Mention that a DNSSEC validating resolver is used
    
    Fixes: #26901
---
 src/main/resources/web/jsps/onionoo.jsp | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/web/jsps/onionoo.jsp b/src/main/resources/web/jsps/onionoo.jsp
index 7c78c7c..b6c7313 100644
--- a/src/main/resources/web/jsps/onionoo.jsp
+++ b/src/main/resources/web/jsps/onionoo.jsp
@@ -1406,7 +1406,10 @@ address changes.
 Omitted if the relay IP address was not looked up, if no lookup request
 was successful yet, or if no A records were found matching the PTR records
 (i.e. it was not possible to verify the value of any of the PTR records).
-<span class="blue">Added on July 16, 2018.</span>
+A DNSSEC validating resolver is used for these lookups. Failure to validate
+DNSSEC signatures will prevent those names from appearing in this field.
+<span class="blue">Added on July 16, 2018. Updated to clarify that
+a DNSSEC validating resolver is used on August 17, 2018.</span>
 </p>
 </li>
 
@@ -1424,7 +1427,10 @@ address changes.
 Omitted if the relay IP address was not looked up, if no lookup request
 was successful yet, or if A records were found matching all PTR records
 (i.e. it was possible to verify the value of each of the PTR records).
-<span class="blue">Added on July 16, 2018.</span>
+A DNSSEC validating resolver is used for these lookups. Failure to validate
+DNSSEC signatures will prevent those names from appearing in this field.
+<span class="blue">Added on July 16, 2018. Updated to clarify that
+a DNSSEC validating resolver is used on August 17, 2018.</span>
 </p>
 </li>
 





More information about the tor-commits mailing list