Commit 8ddf7885 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 64ddaf16
Pipeline #142 canceled with stages
......@@ -45,8 +45,9 @@ app.listen(3000, () => console.log(`Example app listening on port 3000!`))
async function run() {
console.log('try init')
let whiteIp = await getWhiteIp()
//doIptable(whiteIp)
doIptable(whiteIp)
let portRes = await getPort()
if (portRes.route ==='0')
{
......
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