Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "tunnel.now", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Forward Zeit.now aliases to your localhost server.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -18,4 +18,3 @@ const yargs = require("yargs"); | ||
const uri = `ws://localhost:8008`; | ||
// const uri = `wss://${remoteHostname}:443`; | ||
const uri = `wss://${remoteHostname}:443`; | ||
const socket = new WebSocket(uri); | ||
@@ -22,0 +21,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
6291
123