Dont allow clients to connect to remote nodes quite yet

This commit is contained in:
Owen
2026-08-21 12:25:14 -04:00
parent e3e1508e8a
commit 442cefda84
3 changed files with 11 additions and 4 deletions
@@ -42,7 +42,8 @@ export const handleOlmExitNodesRequestMessage: MessageHandler = async (
client.orgId,
true,
noCloud || false,
olm.clientId
olm.clientId,
true // don't select remote exit nodes for clients
); // filter for only the online ones
let lastExitNodeId = null;