Send out of address space errors to sites and clients

This commit is contained in:
Owen
2026-09-17 09:24:15 -04:00
parent 65ccd5a89d
commit 1f453dc04f
4 changed files with 32 additions and 0 deletions
@@ -347,6 +347,7 @@ export const handleOlmRegisterMessage: MessageHandler = async (context) => {
`[handleOlmRegisterMessage] No available subnets found for exit node id ${exitNodeId} and client id ${client.clientId}`,
{ orgId: client.orgId, clientId: client.clientId }
);
sendOlmError(OlmErrorCodes.NO_AVAILABLE_SUBNET, olm.olmId);
return;
}