moby / vpnkit

A toolkit for embedding VPN capabilities in your application
Apache License 2.0
1.1k stars 187 forks source link

Handle random port correctly: report assigned port #512

Closed simonferquel closed 3 years ago

simonferquel commented 3 years ago

This makes sure forwarded UDP and TCP services on random ports report back their randomly assigned ports.

djs55 commented 3 years ago

Travis is green and it tests the Go code so I think we're good.