[tor-commits] [torflow/master] Remove a URL that no longer works

tom at torproject.org tom at torproject.org
Thu Mar 9 22:12:35 UTC 2017


commit d36424497438cfce7a5af79a9a3affe79f3cba40
Author: teor <teor2345 at gmail.com>
Date:   Mon Oct 31 17:21:08 2016 +1100

    Remove a URL that no longer works
    
    Signed-off-by: teor <teor2345 at gmail.com>
---
 NetworkScanners/BwAuthority/bwauthority_child.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/NetworkScanners/BwAuthority/bwauthority_child.py b/NetworkScanners/BwAuthority/bwauthority_child.py
index a36728f..3ae484d 100755
--- a/NetworkScanners/BwAuthority/bwauthority_child.py
+++ b/NetworkScanners/BwAuthority/bwauthority_child.py
@@ -49,7 +49,8 @@ user_agent = "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.37
 # Note these urls should be https due to caching considerations.
 # If you really must make them http, be sure to change exit_ports to [80]
 # below, or else the scan will not finish.
-urls =         ["https://38.229.70.2/", "https://38.229.72.16/bwauth.torproject.org/"]
+# Doesn't work: "https://38.229.70.2/"
+urls =         ["https://38.229.72.16/bwauth.torproject.org/"]
 
 
 # Do NOT modify this object directly after it is handed to PathBuilder



More information about the tor-commits mailing list