Show HN: Doggo – A powerful, human-friendly DNS client for the command line
31–40 of 138 posts
Re: Show HN: Doggo – A powerful, human-friendly DNS client for the command line
#32doggo has been my main DNS tool for a while, now. Love it!
Re: Show HN: Doggo – A powerful, human-friendly DNS client for the command line
#33Is there any reason why so many of those tools are written in Go? Is it because of a stdlib or just accidental?
Re: Show HN: Doggo – A powerful, human-friendly DNS client for the command line
#34Re: Show HN: Doggo – A powerful, human-friendly DNS client for the command line
#35Is there any reason why so many of those tools are written in Go? Is it because of a stdlib or just accidental?
Re: Show HN: Doggo – A powerful, human-friendly DNS client for the command line
#36Amazing naming choice - doggos like to dig!
TIL there's also dog[1] Which is probably also common typo for "dig" [1] https://github.com/ogham/dog
Re: Show HN: Doggo – A powerful, human-friendly DNS client for the command line
#37Is there any reason why so many of those tools are written in Go? Is it because of a stdlib or just accidental?
From the readme:
> It's totally inspired from dog [0] which is written in Rust. I wanted to add some features to it but since I don't know Rust, I found it as a nice opportunity to experiment with writing a DNS Client from scratch in Go myself. Hence the name dog +go => doggo.
Re: Show HN: Doggo – A powerful, human-friendly DNS client for the command line
#38Is there any reason why so many of those tools are written in Go? Is it because of a stdlib or just accidental?
Re: Show HN: Doggo – A powerful, human-friendly DNS client for the command line
#39Is there any reason why so many of those tools are written in Go? Is it because of a stdlib or just accidental?
Python, Java, JavaScript, C#, etc. can't say the same.
Re: Show HN: Doggo – A powerful, human-friendly DNS client for the command line
#40Love this, thank you! Is there a way to query all DNS records? (I was surprised to learn that isn't the default.) This would be really helpful for troubleshooting people's Caddy questions (which are actually DNS problems).
You can't really query all DNS records these days anymore by using the ANY query type. The closest alternative is to run dig across all record types. At Andrew McWatters & Co., we use a small internal utility called digany(1)[1][2] that does this for you. [1]: https://github.com/andrewmcwattersandco/digany [2]: https://github.com/andrewmcwattersandco/digany/blob/main/dig... andrewmcwatters@Andrews-MacBook-Pro digany…