Skip to content

Provide a simple http service to check ports are open.

License

Notifications You must be signed in to change notification settings

qcozof/portsman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

portsman

Provide a simple http service to check ports are open.

Samples

  • Listen one port

./portsman --ports 9090
  • Listen multiple ports

./portsman --ports 9090,9091,9092
  • Specify domain

./portsman --ports 9090 --domain sample.com
  • Specify web dir

./portsman --ports 9090,9091,9092 --webDir /path/to
  • Enable ssl and use default ssl key and cert file

./portsman --ports 9090,9091,9092 --enableSsl true
  • Specify ssl key and cert file will enable ssl automatically

./portsman --ports 9090,9091,9092 --certFile keys/fullchain.cer --keyFile keys/sample.com.key
  • In the Windows operating system, replace ./portsman with portsman.exe before running the command.

Then you can visit the URL to check if the port is open.

About

Provide a simple http service to check ports are open.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages