Update server.js
This commit is contained in:
parent
bb6600a1f4
commit
bae55cefd8
1 changed files with 2 additions and 2 deletions
|
|
@ -243,10 +243,10 @@ const server = program => {
|
|||
logger.info('Creating new tunnel... ')
|
||||
}
|
||||
const tunnel = await localtunnel(tunnelOpts)
|
||||
logger.info('Tunnel created! connect to: ' + tunnel.url + ':80')
|
||||
logger.info('Tunnel created! connect to: ' + tunnel.url)
|
||||
const dataToQr = JSON.stringify({
|
||||
internalIP: tunnel.url,
|
||||
walletPort: 80, //change to 443 for https
|
||||
walletPort: 443,
|
||||
externalIP: tunnel.url
|
||||
})
|
||||
qrcode.generate(dataToQr, { small: true })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue