[tor-commits] [doctor/master] Disable more checks for dannenberg

gk at torproject.org gk at torproject.org
Sun Jun 21 14:56:16 UTC 2020


commit f5d1b3c2ae1e4539d595efb1f828202c0de21bee
Author: Georg Koppen <gk at torproject.org>
Date:   Sun Jun 21 14:55:34 2020 +0000

    Disable more checks for dannenberg
---
 descriptor_checker.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/descriptor_checker.py b/descriptor_checker.py
index 21854ab..fabbe23 100755
--- a/descriptor_checker.py
+++ b/descriptor_checker.py
@@ -31,6 +31,7 @@ error: %s
 
 DIRAUTH_SKIP_CHECKS = (
   'tor26',   # tor26 DirPort does not service requests without a .z suffix
+  'dannenberg', # al asked for skipping the checks for now (2020-06-18)
 )
 
 log = util.get_logger('descriptor_checker')



More information about the tor-commits mailing list