Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dnstap/golang-dnstap
flexible, structured event replication format for DNS servers (command-line tool and Golang package)
https://github.com/dnstap/golang-dnstap
Last synced: 3 months ago
JSON representation
flexible, structured event replication format for DNS servers (command-line tool and Golang package)
- Host: GitHub
- URL: https://github.com/dnstap/golang-dnstap
- Owner: dnstap
- License: apache-2.0
- Created: 2013-06-13T03:06:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T16:43:44.000Z (10 months ago)
- Last Synced: 2024-10-01T16:38:34.159Z (4 months ago)
- Language: Go
- Size: 144 KB
- Stars: 132
- Watchers: 11
- Forks: 49
- Open Issues: 11
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - dnstap/golang-dnstap - flexible, structured event replication format for DNS servers (command-line tool and Golang package) (Go)
README
dnstap: flexible, structured event replication format for DNS servers
---------------------------------------------------------------------dnstap implements an encoding format for DNS server events. It uses a
lightweight framing on top of event payloads encoded using Protocol Buffers and
is transport neutral.dnstap can represent internal state inside a DNS server that is difficult to
obtain using techniques based on traditional packet capture or unstructured
textual format logging.This repository contains a command-line tool named "dnstap" developed in the
Go programming language. It can be installed with the following command:go get -u github.com/dnstap/golang-dnstap/dnstap