Hacker News new | ask | show | jobs
by ivanr 858 days ago
Looks very nice and clean visually. I have some suggestions from a lookup or two:

- Add support for SVCB and HTTPS records

- When you lookup CAA, you return flags as a string. It should be an integer.

- JSON is nice as an option, but I would optimise the output for people to read.

- I really like the main font. The subtitle under the logo ("A simple DNS lookup tool") looks thin in comparison. I would consider using the same chunky font for it as elsewhere. It could look nicer.

I built something similar, perhaps you can use it for further inspiration: https://www.hardenize.com/report/d53.co/1708030537#domain_dn...

It's indeed a fun little project :)

2 comments

- Will check into this.

- Good call, thanks for finding that, fixed it!

- Yeah, I have to come up with some alternate views I think.

- Made that change!

Thanks for the feedback and your site looks nice! A lot of information on it.

Great, simple to use website.

Just one UI suggestion - in a bright room, I had to spend a few moments to figure out where to type as the borders around the text box was very faint and nearly invisible till I clicked on it. Either make the text border brighter or better still, why not place the cursor in the text box by default on page load so that txt box is highlighted by default?

(Using firefox 115.7 esr on Win 11).

Thanks for the suggestion. I've added the auto-focus and thickened the borders to help with this.
Here's another one:

- Show response status. For example, when you lookup a non-existent domain, you say "No records returned", but that's not accurate. You should show NXDOMAIN so that it's clear the domain doesn't exist. You may get NOERROR and no records.

Did a bunch of refactoring to show status and potentially show the zone output in future maybe.
Added ability to view JSON or Zone output now.