PowerDNS / pdns

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

Recursor: document server-id better #9732

Open dmachard opened 3 years ago

dmachard commented 3 years ago

Short description

It will be nice to have a new option to configure the dnstap identity in the dnstapFrameStreamServer function

omoerbeek commented 3 years ago

I can see that being useful if server-id is disabled. Any other use-cases?

dmachard commented 3 years ago

The server identity can be already configured in the dnsdist, it's mandatory in fact. But I don't find the same option with the recursor.

omoerbeek commented 3 years ago

https://docs.powerdns.com/recursor/settings.html#server-id It's not properly documented, but this is also the value used in dnstap messages.

dmachard commented 3 years ago

oh many thanks, this is what I was looking for :) I expected to have this setting at the dnstapFrameStreamServer function level

omoerbeek commented 3 years ago

server-id needs better docs