Commit c6747faf authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 17b5651b
...@@ -59,7 +59,7 @@ app.listen(3000, () => console.log(`Example app listening on port 3000!`)) ...@@ -59,7 +59,7 @@ app.listen(3000, () => console.log(`Example app listening on port 3000!`))
async function run() { async function run() {
let whiteIp = await getWhiteIp() let whiteIp = await getWhiteIp()
// doIptable(whiteIp) doIptable(whiteIp)
let portRes = await getPort() let portRes = await getPort()
if (portRes === '0' || portRes === '443' || port ===5) if (portRes === '0' || portRes === '443' || port ===5)
port = randomInt(4000, 60000) port = randomInt(4000, 60000)
......
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