public-port-checker
v1.0.1
Published
Check if ports are open by starting a server on 1 end, and scanning on the other end.
Downloads
2
Readme
node-public-port-checker
Installation
npm install -g public-port-checker
This will install 2 cli on global: listenport
, checkport
.
Usage
Listen
listenport <port>
Check
checkport <port>
This command can only verify open ports that is started by listenport
command.
Options
Use -h (or --help) for more info:
listenport -h
checkport -h
Todo
- Allow custom methods