mirror of https://github.com/MatrixTM/MHDDoS.git
Update start.py
This commit is contained in:
parent
561e489cf7
commit
d58cc4664d
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!"
|
||||
)
|
||||
Proxies = ProxyChecker.checkAll(
|
||||
Proxies, timeout=1, threads=threads,
|
||||
Proxies, timeout=5, threads=threads,
|
||||
url=url.human_repr() if url else "http://httpbin.org/get",
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue