Skip to content
/ dtap Public

dtap is dnstap message router. Supported multi input and multi output.

License

Notifications You must be signed in to change notification settings

mimuret/dtap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

75b1398 · Jan 30, 2025
Jan 30, 2025
Oct 22, 2023
Oct 22, 2023
Sep 18, 2022
Jan 30, 2025
Dec 5, 2022
Oct 22, 2023
Nov 15, 2022
Aug 21, 2023
Jan 30, 2025
Sep 18, 2022
Oct 22, 2023
Oct 15, 2023
Sep 18, 2022
Jan 30, 2025
Jan 30, 2025
Sep 18, 2022

Repository files navigation

DTAP - DNSTAP router

DTAP is a DNSTAP router written by Go.

DTAP consists of input plugins, filter plugins, and output plugins. If missing any function, you can write a plugin.

install

go install github.com/mimuret/dtap/v2@latest

Documents