mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-07 13:08:03 +02:00
Use fulldoman instead of the alias for the site resources
This commit is contained in:
@@ -98,7 +98,7 @@ export async function buildSiteConfigurationForOlmClient(
|
||||
}
|
||||
|
||||
exitNodeAliases = siteResourcesForExitNode
|
||||
.map((sr) => sr.alias)
|
||||
.map((sr) => sr.fullDomain || sr.alias) // take either in case we introduce different resource types that don't have a fullDomain
|
||||
.filter((a) => a != null);
|
||||
|
||||
if (sitesData.length == 0) {
|
||||
|
||||
Reference in New Issue
Block a user