Update domain

This commit is contained in:
Owen
2025-10-19 11:59:10 -07:00
parent b8bead0590
commit ada5d2ef0e
26 changed files with 49 additions and 52 deletions

View File

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