mirror of
https://git.coolaj86.com/coolaj86/telebit.js.git
synced 2025-03-14 12:10:37 +00:00
allow undefined domains option
This commit is contained in:
parent
c9d83437e1
commit
97f731ebb8
@ -181,7 +181,7 @@ function daplieTunnel() {
|
||||
|
||||
var domainsMap = {};
|
||||
|
||||
program.locals = program.locals.concat(program.domains);
|
||||
program.locals = program.locals.concat(program.domains || []);
|
||||
program.locals.forEach(function (proxy) {
|
||||
domainsMap[proxy.hostname] = true;
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user