mirror of
https://github.com/MatrixTM/MHDDoS.git
synced 2024-11-16 03:32:32 +08:00
Update start.py
This commit is contained in:
parent
d5e87599b3
commit
553153bde6
2
start.py
2
start.py
|
@ -1527,7 +1527,7 @@ def handleProxyList(con, proxy_li, proxy_ty, url=None):
|
|||
f"{bcolors.OKBLUE}{len(Proxies):,}{bcolors.WARNING} Proxies are getting checked, this may take awhile{bcolors.RESET}!"
|
||||
)
|
||||
Proxies = ProxyChecker.checkAll(
|
||||
Proxies, timeout=15, threads=threads,
|
||||
Proxies, timeout=5, threads=threads,
|
||||
url=url.human_repr() if url else "http://httpbin.org/get",
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user