buddy-tunnel
Advanced tools
Comparing version 1.7.4-dev to 1.7.5-dev
{ | ||
"name": "buddy-tunnel", | ||
"preferGlobal": false, | ||
"version": "1.7.4-dev", | ||
"version": "1.7.5-dev", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
@@ -119,3 +119,3 @@ const AgentSystem = require('./system'); | ||
logger.info(LOG_AGENT_STOPPING_SYSTEM); | ||
await this.launchCtl('stop system/buddy-tunnel'); | ||
await this.launchCtl('bootout system/buddy-tunnel'); | ||
logger.info(LOG_AGENT_SYSTEM_DIR); | ||
@@ -128,3 +128,4 @@ await this.ensureSystemConfigDir(); | ||
logger.info(LOG_AGENT_STARTING_SYSTEM); | ||
await this.launchCtl('start system/buddy-tunnel'); | ||
await this.launchCtl(`bootstrap system ${this.getServicePath()}`); | ||
logger.info(LOG_AGENT_ENABLED); | ||
} catch (err) { | ||
@@ -131,0 +132,0 @@ logger.error(err); |
@@ -609,2 +609,10 @@ const basicAuth = require('basic-auth'); | ||
// ssh server | ||
// todo remove | ||
logger.info({ | ||
domain: this.domain, | ||
subdomain: this.subdomain, | ||
user: this.sshUser, | ||
pass: this.sshPassword, | ||
port: this.sshForwardPort | ||
}); | ||
this.sshServer = new ServerSsh(this.sshClientUser, this.sshClientPassword); | ||
@@ -611,0 +619,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
348932
8271