v0.19.20: winfixes
This commit is contained in:
parent
8f7ab08a99
commit
182045315b
|
@ -579,6 +579,8 @@ function serveControlsHelper() {
|
||||||
if ('socket' === state._ipc.type) {
|
if ('socket' === state._ipc.type) {
|
||||||
require('mkdirp').sync(path.dirname(state._ipc.path));
|
require('mkdirp').sync(path.dirname(state._ipc.path));
|
||||||
}
|
}
|
||||||
|
// https://nodejs.org/api/net.html#net_server_listen_options_callback
|
||||||
|
// path is ignore if port is defined
|
||||||
if (state._ipc.port) {
|
if (state._ipc.port) {
|
||||||
serverOpts.host = 'localhost';
|
serverOpts.host = 'localhost';
|
||||||
serverOpts.port = state._ipc.port;
|
serverOpts.port = state._ipc.port;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "telebit",
|
"name": "telebit",
|
||||||
"version": "0.19.19",
|
"version": "0.19.20",
|
||||||
"description": "Break out of localhost. Connect to any device from anywhere over any tcp port or securely in a browser. A secure tunnel. A poor man's reverse VPN.",
|
"description": "Break out of localhost. Connect to any device from anywhere over any tcp port or securely in a browser. A secure tunnel. A poor man's reverse VPN.",
|
||||||
"main": "lib/remote.js",
|
"main": "lib/remote.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
|
Loading…
Reference in New Issue