Hi HN!<p>Since Corona hit, I found myself with some extra free time, so I decided to start a new side project. I’ve been building, and recently launched, an online DNS client. There are many similar sites already, but I found most to be clunky and not user friendly at best. My design goal for nslookup.io is for it to be simple yet powerful.<p>Features<p>- All DNS types<p>- Authoritative queries, popular DNS caches (8.8.8.8 et. al.), and local DNS servers<p>- Autocomplete for the 1 million most popular domain names using Tranco [1]<p>- Browser plugins for all major browsers (except Safari) [2][3][4]<p>- Parsed and formatted output, or raw DNS responses<p>- Punycode [5] support<p>Tech<p>At the moment, I'm using Scala, ZIO, http4s, Vue with plain js, Docker, docker-compose, Vultr, CloudFlare, Gitlab CI, StatusCake and Humio and a couple of small open source projects. I think I’ll refactor the front-end to use webpack and typescript, but plain javascript got me started faster.<p>Ask me anything :)<p>[1] <a href="https://tranco-list.eu/list/YWVG/1000000" rel="nofollow">https://tranco-list.eu/list/YWVG/1000000</a><p>[2] <a href="https://chrome.google.com/webstore/detail/nslookup-find-dns-records/kedbaefjfjpplphppofakpfldhimhcio" rel="nofollow">https://chrome.google.com/webstore/detail/nslookup-find-dns-...</a><p>[3] <a href="https://addons.mozilla.org/en-US/firefox/addon/nslookup/" rel="nofollow">https://addons.mozilla.org/en-US/firefox/addon/nslookup/</a><p>[4] <a href="https://microsoftedge.microsoft.com/addons/detail/nslookup-find-dns-recor/eploggkgnglaanpfpijkbidhbdiphmek" rel="nofollow">https://microsoftedge.microsoft.com/addons/detail/nslookup-f...</a><p>[5] <a href="https://en.wikipedia.org/wiki/Punycode" rel="nofollow">https://en.wikipedia.org/wiki/Punycode</a>