Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Click on NS, change the nameserver #1

Open
jeffallen opened this issue Jul 29, 2015 · 2 comments
Open

Click on NS, change the nameserver #1

jeffallen opened this issue Jul 29, 2015 · 2 comments

Comments

@jeffallen
Copy link

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.

@sajal
Copy link
Owner

sajal commented Jul 29, 2015

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.

@sajal
Copy link
Owner

sajal commented Jul 29, 2015

Would making the result select-able and copy-able suffice?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants