Skip to content

Commit

Permalink
Switch connection test pool to connectivity test site
Browse files Browse the repository at this point in the history
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
  • Loading branch information
LorenEteval committed Sep 30, 2023
1 parent 73be9ba commit 03d761b
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions Furious/Action/Connect.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,20 @@ def __init__(self):
# connected action will be executed.

# "Popular" sites that's been endorsed by some government.
# self.testPool = [
# # Messaging
# 'https://telegram.org/',
# # Search
# 'https://www.google.com/',
# # Social media
# 'https://twitter.com/',
# # Videos
# 'https://www.youtube.com/',
# ]
self.testPool = [
# Messaging
'https://telegram.org/',
# Search
'https://www.google.com/',
# Social media
'https://twitter.com/',
# Videos
'https://www.youtube.com/',
'http://captive.apple.com/',
'http://cp.cloudflare.com/',
'https://www.apple.com/library/test/success.html',
]
self.testTime = 0
self.testFinished = True
Expand Down

0 comments on commit 03d761b

Please sign in to comment.