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