PowerDNS / pdns

PowerDNS Authoritative, PowerDNS Recursor, dnsdist
https://www.powerdns.com/
GNU General Public License v2.0
3.63k stars 904 forks source link

dnstop-like tool that acts as a protobuf receiver to dnsdist/recursor #3883

Closed Habbie closed 1 month ago

Habbie commented 8 years ago

Given that you would only run this occasionally, I wonder if it makes sense to add a 'listen' mode to rec/dnsdist for protobuf, where it just dumps protobuf when you connect instead of dnsdist/rec connecting to a receiver.

dmachard commented 3 years ago

it will be nice to have the same thing for the dnstap feature too https://github.com/dmachard/dnstap-receiver/issues/2

Habbie commented 3 years ago

I was going to suggest this 'role reversal' might make more sense as a separate tool - then I clicked the link and there's John telling us he has this :)

dmachard commented 3 years ago

By the way, I am working on an attempt to make "dnstop" command (not yet released but soon). This tool is based on the dnstap-receiver. It will be easy to make it compatible with the pdns-protobuf-receiver too.

image

johnhtodd commented 1 month ago

denis' go-dnscollector stuff is pretty much the answer to this ticket - does this need to remain open?