fcambus / rrda

REST API allowing to perform DNS queries over HTTP
https://www.statdns.com
BSD 2-Clause "Simplified" License
223 stars 56 forks source link

Support for id.server query #15

Closed lowinger42 closed 1 year ago

lowinger42 commented 1 year ago

Any chance of implementing the id.server query?

It's very useful to see what anycast node responds to queries.

dig @nsu.dnsnode.net id.server txt -c ch +short
"u4.sub"

Specified in RFC4892

fcambus commented 1 year ago

Sounds useful, yes. I pushed some commits in the 'id' branch to implement this.

Please rebuild RRDA and try: http://127.0.0.1:8080/nsu.dnsnode.net:53/id

fcambus commented 1 year ago

The feature is now on the master branch. Thanks again for your suggestion.