Commit a6f58783 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 46cb5288
...@@ -61,7 +61,7 @@ async function run() { ...@@ -61,7 +61,7 @@ async function run() {
// arr.push(isIpAlive(proxies[s])) // arr.push(isIpAlive(proxies[s]))
arr.push(testIp(proxies[s])) arr.push(isIpAlive(proxies[s]))
} catch (e) { } catch (e) {
...@@ -88,7 +88,7 @@ async function run() { ...@@ -88,7 +88,7 @@ async function run() {
} }
console.log(allData) console.log(allData)
console.log('Try Send ' + allData.length + ' Ips') console.log('Try Send ' + allData.length + ' Ips')
await sendAll(allData) // await sendAll(allData)
return run() return run()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment