andmarios / checkport

A silly tool to check if you can bind to a port.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

checkport

A very simple app to test if a (TCP) port is available to bind to.

Basic example for binding to port 8080 in all interfaces:

checkport -port 8080

Test if we can bind to port 8000 in localhost:

checkport -address localhost -port 8000

About

A silly tool to check if you can bind to a port.


Languages

Language:Go 100.0%