Commit 071d7b78 authored by Administrator's avatar Administrator

Update app.js

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