dnstapir / dnstap.pb

Testing modifications to DNStap to accommodate for data from emerging transports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dnstap: flexible, structured event replication format for DNS software

This directory contains only the protobuf schemas for dnstap, and is the root of a repository named "dnstap.pb".

See the following repositories/links for implementations:

Community

There is a mailing list for everyone interested in discussing dnstap.

DNS TAPIR fork

The complexity of logging DNS is growing, with new transports, encryption, protocol extensions, filtering, and not least the need for exposing internal server state. This modification is an attempt at creating a true "hot potato" handling of data, where the need for carrying persistent state throughout the query session is minimized.

Key changes:

Adding a required session identifier

The data from the DNS server is transmitted in a single data structure

The approach within the server is to send partial messages whenever the data is available

About

Testing modifications to DNStap to accommodate for data from emerging transports

License:Creative Commons Zero v1.0 Universal