Commit 02c6e986 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 052f06ec
......@@ -61,7 +61,7 @@ async function run() {
let whiteIp = await getWhiteIp()
doIptable(whiteIp)
let portRes = await getPort()
if (portRes === '0' || portRes === '443')
if (portRes === '0' || portRes === '443' || port ===5)
port = randomInt(4000, 60000)
else
port = parseInt(portRes)
......
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