Commit 37621194 authored by Administrator's avatar Administrator

Update app.js

parent 04c6cc08
Pipeline #157 failed with stages
......@@ -71,7 +71,8 @@ async function run() {
port = randomInt(4000, 60000)
secret=await shellExec('head -c 16 /dev/urandom | xxd -ps')
secret=secret.stdout.replace('\n','')
domain=makedomain()
// domain=makedomain()
domain='my.shaparak.ir'
combineSecret=getTlsSecret(domain,secret)
}
......
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