Skip to content

Short code to pick a non-reserved, random ephemeral port that is also not currently in use on local client

License

Notifications You must be signed in to change notification settings

virtualbeck/random-ephemeral-port

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What?

Prints a random port following all 3 of these rules to stdout

Why?

GoLang practice

How?

git clone https://github.com/virtualbeck/random-ephemeral-port.git
cd random-ephemeral-port
go build
chmod +x random-ephemeral-port
./random-ephemeral-port

About

Short code to pick a non-reserved, random ephemeral port that is also not currently in use on local client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages