mirror of
https://git.coolaj86.com/coolaj86/telebit.js.git
synced 2025-03-03 07:00:45 +00:00
ws
This commit is contained in:
parent
b4a2108942
commit
13326a89a6
@ -211,9 +211,9 @@ function askForConfig(answers, mainCb) {
|
||||
});
|
||||
}
|
||||
, function checkRelay(cb) {
|
||||
if (!/\btelebit\.cloud\b/i.test(answers.relay)) {
|
||||
standardSet = standardSet.concat(advancedSet);
|
||||
}
|
||||
if (!/\btelebit\.cloud\b/i.test(answers.relay)) {
|
||||
standardSet = standardSet.concat(advancedSet);
|
||||
}
|
||||
nextSet = standardSet;
|
||||
cb();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user