Merge branch 'master' into commercial

This commit is contained in:
AJ ONeal 2018-06-21 20:16:57 +00:00
commit cc2823a56a
2 changed files with 2 additions and 2 deletions

View File

@ -460,7 +460,7 @@ var Server = {
try { try {
srv.portsMap[portnumber].close(function () { srv.portsMap[portnumber].close(function () {
console.log("[DynTcpConn] closing server for ", portnumber); console.log("[DynTcpConn] closing server for ", portnumber);
delete srv.portMap[portnumber]; delete srv.portsMap[portnumber];
delete PortServers[portnumber]; delete PortServers[portnumber];
}); });
} catch(e) { /*ignore*/ } } catch(e) { /*ignore*/ }

View File

@ -1,6 +1,6 @@
{ {
"name": "telebit-relay", "name": "telebit-relay",
"version": "0.13.0", "version": "0.13.1",
"description": "Friends don't let friends localhost. Expose your bits with a secure connection even from behind NAT, Firewalls, in a box, with a fox, on a train or in a plane... or a Raspberry Pi in your closet. An attempt to create a better localtunnel.me server, a more open ngrok. Uses Automated HTTPS (Free SSL) via ServerName Indication (SNI). Can also tunnel tls and plain tcp.", "description": "Friends don't let friends localhost. Expose your bits with a secure connection even from behind NAT, Firewalls, in a box, with a fox, on a train or in a plane... or a Raspberry Pi in your closet. An attempt to create a better localtunnel.me server, a more open ngrok. Uses Automated HTTPS (Free SSL) via ServerName Indication (SNI). Can also tunnel tls and plain tcp.",
"main": "lib/relay.js", "main": "lib/relay.js",
"bin": { "bin": {