2019-03-16 09:35:51 by Benny Siegert | Files touched by this commit (143) | |
Log message:
Revbump all Go packages after Go 1.12.1 update.
|
2019-03-09 11:05:15 by Benny Siegert | Files touched by this commit (143) |
Log message:
all: revbump Go packages, now that they use go112 to build
|
2019-01-24 11:00:46 by Benny Siegert | Files touched by this commit (144) | |
Log message:
Revbump Go packages after lang/go111 update.
|
2019-01-16 16:16:55 by Havard Eidnes | Files touched by this commit (4) |
Log message:
Add go-dnstap version 0.1.0.
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.
|