fix(core): update

This commit is contained in:
Philipp Kunz 2020-02-07 16:06:11 +00:00
parent 58ec01526a
commit 8a02a0c506
2 changed files with 342 additions and 586 deletions

926
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -231,7 +231,7 @@ JNj2Dr5H0XoLFFnvuvzcRbhlJ9J67JzR+7g=
console.log(`ProxyWorker -> OK: now listening for new connections on port ${this.port}`);
}
public async updateProxyConfigs(proxyConfigsArg: plugins.tsclass.IReverseProxyConfig[]) {
public async updateProxyConfigs(proxyConfigsArg: plugins.tsclass.network.IReverseProxyConfig[]) {
this.proxyConfigs = proxyConfigsArg;
this.router.setNewProxyConfigs(proxyConfigsArg);
for (const hostCandidate of this.proxyConfigs) {