This server returns 200 OK when "/status.html" is in the document root and they are listened a particular port on tcp/udp.
$ ./gohcs -checklist /path/to/checklist.json
server checklist
# checklist.json
[
# [<network>, <address> ]
["tcp", "localhost:8081"],
["tcp", "127.0.0.1:8083"],
["tcp", "127.0.0.1:8000"]
]
MIT licensed. See the LICENSE file for details.