mirror of
https://git.coolaj86.com/coolaj86/telebit-relay.js.git
synced 2025-04-21 11:00:37 +00:00
fixed bug that slipped in during merge
This commit is contained in:
parent
32f513d64d
commit
fbf28886ca
@ -101,7 +101,7 @@ if (!program.servernames.length) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
program.ports = Object.keys(portsMap);
|
program.ports = Object.keys(portsMap);
|
||||||
if (!opts.ports.length) {
|
if (!program.ports.length) {
|
||||||
program.ports = [ 80, 443 ];
|
program.ports = [ 80, 443 ];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user