tunnel-ssh
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -27,3 +27,3 @@ var net = require('net'); | ||
if (!config.localPort) { | ||
if (config.localPort===undefined) { | ||
config.localPort = config.dstPort; | ||
@@ -30,0 +30,0 @@ } |
{ | ||
"name": "tunnel-ssh", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Easy extendable SSH tunnel", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Tunnel-SSH | ||
========== | ||
This is a public test of the upcoming release 1.0.0 | ||
@@ -6,0 +5,0 @@ |
7160
44