doggo icon indicating copy to clipboard operation
doggo copied to clipboard

:dog: Command-line DNS Client for Humans. Written in Golang

Results 33 doggo issues
Sort by recently updated
recently updated
newest added

I use OSX's DNS configuration for scoped queries. I use this so my work-related private/internal domains are resolved using DNS servers in our infrastructure, but the rest of the internet...

When trying to use doggo on ubuntu core or debian 11 with snap installed I get the same error: aragorn@Aragorn:~/Extract$ doggo mrkaran.dev A @192.168.2.22 ERROR[2022-06-16T16:15:21-04:00] error looking up DNS records...

enhancement

It would be awesome if `doggo` was added to [`scoop` ](https://scoop.sh/). It would probably help the expansion and plan to take over `nslookup`and `dig`. https://ibigbug.online/how-to-publish-a-scoop-package published some information about how...

help wanted

Should have: - [ ] Fedora - [x] Arch - [ ] Snap (enable classic mode) - [ ] One line installer script Can Try: - [ ] `brew` for...

enhancement

refer: - https://support.opendns.com/hc/en-us/articles/227987687-Using-dig-for-testing-EDNS-client-subnet - https://github.com/AdguardTeam/dnsproxy `--edns-addr=`

enhancement

It would be nice if you could provide shell completions for bash.

enhancement
good first issue

Maybe a documentation website to show - Shell completions - Different commands - Usecases / Usage Examples - API docs - Installation - Features

enhancement

Hi, I recently needed to use `doggo` but could not find it for Nix(OS). I therefore created a Nix package and opened a [pull request](https://github.com/NixOS/nixpkgs/pull/186894) for it on [Nixpkgs](https://github.com/nixos/nixpkgs). I...

When explaining some aspects of DNS resolution, I noted that `dig` 9.10.6 has the following query option: > `+[no]trace` > > Toggle tracing of the delegation path from the root...

This PR adds some base level support for dns tracing, as outlined in #52 and implemented by [`dig +trace`](https://linux.die.net/man/1/dig)