Dont accept invite if over the limits

This commit is contained in:
Owen
2026-02-08 11:55:24 -08:00
parent 41bab0ce0b
commit c41e8be3e8
5 changed files with 61 additions and 4 deletions

View File

@@ -97,7 +97,7 @@ export async function createRemoteExitNode(
return next(
createHttpError(
HttpCode.FORBIDDEN,
"Remote exit node limit exceeded. Please upgrade your plan or contact us at support@pangolin.net"
"Remote node limit exceeded. Please upgrade your plan."
)
);
}