mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-26 21:54:38 +02:00
Exit node filtering
This commit is contained in:
parent
3b3d7b134a
commit
a0ac757982
2 changed files with 38 additions and 17 deletions
|
@ -95,6 +95,9 @@ export class Config {
|
|||
}
|
||||
|
||||
public getDomain(domainId: string) {
|
||||
if (!this.rawConfig.domains || !this.rawConfig.domains[domainId]) {
|
||||
return null;
|
||||
}
|
||||
return this.rawConfig.domains[domainId];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue