Commit d9f648d4 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 0d2a306a
...@@ -81,7 +81,7 @@ async function doIptable(whiteIp) { ...@@ -81,7 +81,7 @@ async function doIptable(whiteIp) {
command += 'iptables -A INPUT -p tcp -s 0.0.0.0/0 --dport 3000 -j DROP' command += 'iptables -A INPUT -p tcp -s 0.0.0.0/0 --dport 3000 -j DROP'
command += '\n' command += '\n'
await createfile(command) await createfile(command)
await execLast() await execLast()
return true return true
......
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