README 696 B

123456789101112131415
  1. dnstap: flexible, structured event replication format for DNS servers
  2. ---------------------------------------------------------------------
  3. dnstap implements an encoding format for DNS server events. It uses a
  4. lightweight framing on top of event payloads encoded using Protocol Buffers and
  5. is transport neutral.
  6. dnstap can represent internal state inside a DNS server that is difficult to
  7. obtain using techniques based on traditional packet capture or unstructured
  8. textual format logging.
  9. This repository contains a command-line tool named "dnstap" developed in the
  10. Go programming language. It can be installed with the following command:
  11. go get -u github.com/dnstap/golang-dnstap/dnstap