zonemaster-engine icon indicating copy to clipboard operation
zonemaster-engine copied to clipboard

Add NSID to queries and log results

Open pawal opened this issue 8 years ago • 5 comments

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

pawal avatar Mar 16 '16 10:03 pawal

A specification is to written for this feature.

matsduf avatar Jun 26 '16 12:06 matsduf

We have to create a TC first

sandoche2k avatar Nov 28 '17 10:11 sandoche2k

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 avatar Apr 13 '18 09:04 matsduf

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

matsduf avatar Jul 05 '22 09:07 matsduf

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

ghost avatar Jul 20 '22 14:07 ghost