Send endpoint

This commit is contained in:
Owen
2025-07-22 11:21:39 -07:00
parent b54ccbfa2f
commit 5c929badeb

View File

@@ -58,7 +58,8 @@ export const handleOlmRegisterMessage: MessageHandler = async (context) => {
sendToClient(olm.olmId, {
type: "olm/wg/holepunch",
data: {
serverPubKey: exitNode.publicKey
serverPubKey: exitNode.publicKey,
endpoint: exitNode.endpoint,
}
});
}