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 install
Build and run main binary:
make run
Generate the code for the .proto
files after you've changed anything in a .proto
file with:
make proto