2
0
mirror of https://git.coolaj86.com/coolaj86/telebit-relay.js.git synced 2025-02-24 01:48:05 +00:00

fixed bug that slipped in during merge

This commit is contained in:
tigerbot 2017-04-06 18:34:33 -06:00
parent 32f513d64d
commit fbf28886ca

View File

@ -101,7 +101,7 @@ if (!program.servernames.length) {
}
program.ports = Object.keys(portsMap);
if (!opts.ports.length) {
if (!program.ports.length) {
program.ports = [ 80, 443 ];
}