Holepunch to the right endpoint

This commit is contained in:
Owen
2025-07-21 17:04:29 -07:00
parent 85a8a737e8
commit b58e7c9fad
2 changed files with 3 additions and 2 deletions

View File

@@ -53,6 +53,7 @@ type HolePunchMessage struct {
type HolePunchData struct {
ServerPubKey string `json:"serverPubKey"`
Endpoint string `json:"endpoint"`
}
type EncryptedHolePunchMessage struct {