You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix crash: skip HolePunch bind when WireGuard owns UDP port
WireGuard's embeddable library binds UDP 51940 for its own socket.
HolePunchService also tried to bind the same port, causing
"bind: Address already in use" crash on every restart (1226 restarts).
Now skip standalone HolePunch when WG is active — WG keepalive
handles NAT traversal on the shared port.
0 commit comments