gitextract_au8hq0df/ ├── LICENSE ├── README.md ├── clients/ │ ├── client-linux.py │ └── status-client.py ├── server/ │ ├── Makefile │ ├── config.json │ ├── include/ │ │ ├── argparse.h │ │ ├── detect.h │ │ ├── json.h │ │ └── system.h │ ├── obj/ │ │ └── .gitignore │ └── src/ │ ├── argparse.c │ ├── json.c │ ├── main.cpp │ ├── main.h │ ├── netban.cpp │ ├── netban.h │ ├── network.cpp │ ├── network.h │ ├── network_client.cpp │ ├── server.cpp │ ├── server.h │ └── system.c └── web/ ├── css/ │ └── light.css ├── index.html ├── js/ │ └── serverstatus.js ├── json/ │ └── .gitignore └── robots.txt