Table of Content Zone | ||
---|---|---|
|
Info |
---|
Testing / work in progress |
Info
"dnstap
is a flexible, structured binary log format for DNS software. It uses Protocol Buffers to encode events that occur inside DNS software in an implementation-neutral format." - https://dnstap.info/
...
- Read from output file to yaml
Code Block language diff dnstap -y -r /tmp/output.dnstap
Configuration
- Based on https://dnstap.info/Examples/ - with some tweaks
...