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
refactor(vsock): more permissive binding for make public scope (#13)
Combine scope 2 (Public) and scope 3 (Any) to have the same behavior,
both allowing binding to any IP address. This simplifies the logic
by removing the public IP check since both scopes now permit unrestricted
IP binding.
0 commit comments