mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-06 18:56:39 +00:00
Send endpoint
This commit is contained in:
@@ -58,7 +58,8 @@ export const handleOlmRegisterMessage: MessageHandler = async (context) => {
|
|||||||
sendToClient(olm.olmId, {
|
sendToClient(olm.olmId, {
|
||||||
type: "olm/wg/holepunch",
|
type: "olm/wg/holepunch",
|
||||||
data: {
|
data: {
|
||||||
serverPubKey: exitNode.publicKey
|
serverPubKey: exitNode.publicKey,
|
||||||
|
endpoint: exitNode.endpoint,
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user