Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 232 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 232 Bytes

openport

Finds an open port to listen on. Can be used for dynamically finding a port to create an ssh tunnel.

$ go get -u github.com/pdk/openport
$ openport
56812

or

$ go install github.com/pdk/openport@latest