Skip to content

yuokada/gohcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gohcs CI

Overview

This server returns 200 OK when "/status.html" is in the document root and they are listened a particular port on tcp/udp.

How to use

run server

$ ./gohcs  -checklist /path/to/checklist.json

configfile

server checklist

# checklist.json
[
  # [<network>, <address> ]
  ["tcp", "localhost:8081"],
  ["tcp", "127.0.0.1:8083"],
  ["tcp", "127.0.0.1:8000"]
]

dependencies

LICENSE

MIT licensed. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published