Command line utility to inspect several metrics like network latency and ssl-vision detection
You need to install following dependencies first:
- Go
See .circleci/config.yml for compatible versions.
Build and install all binaries:
make installBuild and run main binary:
make runGenerate the code for the .proto files after you've changed anything in a .proto file with:
make proto