You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature idea (and maybe a reminder that I should try implementing this!)
It would be nice to have certain things in the results be links, and when I click on them, have the search box updated with them. NS records could update the NS field, other names could update the search name.
The text was updated successfully, but these errors were encountered:
Interesting idea, but in the current form, the entire result comes as a big string from the underlying Go library. Exporting a richer dns message would be tricky because Go interface{} cant be exported, and we would need to build the whole output by hand. Will look into this sometime.
Feel free to implement. Ill accept pull request if it works.
Feature idea (and maybe a reminder that I should try implementing this!)
It would be nice to have certain things in the results be links, and when I click on them, have the search box updated with them. NS records could update the NS field, other names could update the search name.
The text was updated successfully, but these errors were encountered: