summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2016-10-31 17:21:08 +1100
committerTom Ritter <tom@ritter.vg>2017-03-09 16:11:22 -0600
commitd36424497438cfce7a5af79a9a3affe79f3cba40 (patch)
tree1c46c098af7bf37dc8a44b0b15ce8ad8d986bcfc
parentbd781b15e0d3994347ff191e1a1dfdbc1d444c29 (diff)
Remove a URL that no longer works
Signed-off-by: teor <teor2345@gmail.com>
-rwxr-xr-xNetworkScanners/BwAuthority/bwauthority_child.py3
1 files changed, 2 insertions, 1 deletions
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