fcambus / rrda

REST API allowing to perform DNS queries over HTTP

Home Page:https://www.statdns.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for id.server query

lowinger42 opened this issue · comments

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

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

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