zonemaster / zonemaster-engine

The Zonemaster Engine - part of the Zonemaster project
Other
33 stars 31 forks source link

Add NSID to queries and log results #178

Open pawal opened 8 years ago

pawal commented 8 years ago

For anycast deployments, it is very useful to find out which node we we're talking to.

matsduf commented 8 years ago

A specification is to written for this feature.

sandoche2k commented 6 years ago

We have to create a TC first

matsduf commented 6 years ago

This should just be the output of the Engine as a message with DEBUG level, preferably each time a server is queried. It might be that we have to add an interface in Zonemaster-LDNS to see OPT and NSID.

matsduf commented 2 years ago

First step is to see if Zonemaster can extract NSID through LDNS. If not make a request and possibly a PR to LDNS.

ghost commented 1 year ago

A PR has recently been merged in LDNS that should allow for NSID query, see https://github.com/NLnetLabs/ldns/pull/167 (I've not tested it yet). It looks like this will be released in LDNS 1.8.2, see Changelog for 1.8.2-rc.1