Commit 63d31b26 authored by wang's avatar wang

111

parent 827b9223
...@@ -45,10 +45,10 @@ class PxBypass { ...@@ -45,10 +45,10 @@ class PxBypass {
// tlsUrl = 'http://127.0.0.1:3000/tls/forward' // tlsUrl = 'http://127.0.0.1:3000/tls/forward'
constructor(options) { constructor(options) {
if (os.platform() === 'linux') { // if (os.platform() === 'linux') {
this.tlsUrl = 'http://192.168.50.235:58000/tls/forward' // this.tlsUrl = 'http://192.168.50.235:58000/tls/forward'
this.tlsUrl = 'http://192.168.101.34:58000/tls/forward' // this.tlsUrl = 'http://192.168.101.34:58000/tls/forward'
} // }
this.log = log4js.getLogger('px') this.log = log4js.getLogger('px')
let env = fs.readFileSync('./env.json', 'utf-8') let env = fs.readFileSync('./env.json', 'utf-8')
......
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