Categorygithub.com/fdns/dnszeppelin
modulepackage
1.0.3
Repository: https://github.com/fdns/dnszeppelin.git
Documentation: pkg.go.dev

# README

DnsZeppelin

Build Status codecov

Go library to capture DNS packets, based on https://github.com/Phillipmartin/gopassivedns. This library doesn't associate requests and responses of dns packets, and its used for raw logging.

This library support IPv4 and IPv6 protocols (plus fragmented), using TCP or UDP.

There is one implementation storing the data in a ClickHouse database at https://github.com/fdns/dnszeppelin-clickhouse

Updating dependencies

To update dependencies, use the official dep manager at https://github.com/golang/dep and run

$ dep ensure -update

# Packages

Package ip6defrag implements a IPv6 defragmenter.

# Functions

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author