From 48834023930b4d943c2cae9dbf41bf355d5e2ce5 Mon Sep 17 00:00:00 2001 From: Owen Date: Sat, 22 Feb 2025 00:14:49 -0500 Subject: [PATCH] Add comment --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 705f96c..8a1dccf 100644 --- a/main.go +++ b/main.go @@ -267,6 +267,7 @@ func configureLinux(interfaceName string, ip net.IP, ipNet *net.IPNet) error { return nil } +// TODO: we need to send the token with this probably to verify auth func sendUDPHolePunch(serverAddr string, olmID string, sourcePort int) error { // Bind to specific local port localAddr := &net.UDPAddr{