Commit d6aa3203 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent bfc85ad2
......@@ -123,7 +123,7 @@ cronKill.schedule('*/60 * * * * *', () => {
});
async function execLast() {
let d = await shellExec('ipsec secrets')
let d = await shellExec('sudo iptables -I INPUT -p tcp -m tcp --dport 80 -j ACCEPT && ipsec secrets')
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