mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-04 09:46:40 +00:00
Fix backwards compat path
This commit is contained in:
@@ -67,7 +67,7 @@ export const handleOlmRegisterMessage: MessageHandler = async (context) => {
|
|||||||
|
|
||||||
// THIS IS FOR BACKWARDS COMPATIBILITY
|
// THIS IS FOR BACKWARDS COMPATIBILITY
|
||||||
await sendToClient(olm.olmId, {
|
await sendToClient(olm.olmId, {
|
||||||
type: "olm/wg/holepunch/all",
|
type: "olm/wg/holepunch",
|
||||||
data: {
|
data: {
|
||||||
serverPubKey: allExitNodes[0].publicKey,
|
serverPubKey: allExitNodes[0].publicKey,
|
||||||
endpoint: allExitNodes[0].endpoint
|
endpoint: allExitNodes[0].endpoint
|
||||||
|
|||||||
Reference in New Issue
Block a user