dog
dog copied to clipboard
A command-line DNS client.
How can I retrieve all TXT records. I have 4 or 5 TXT records for one domain, but ``` dog -t TXT ``` only shows one record (and it shows...
I downloaded dog-v0.1.0-x86_64-unknown-linux-gnu.zip to my Ubuntu 22.04 release, and I got this error ``` support@Network-VM /t/completions> dog dog: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No...
This is from the Git Migration moving Community to Extra: https://archlinux.org/news/git-migration-completed/
As suggested in #30, this makes it easier to install dog.
Taking rhel7 as an example, the mainstream glibc version is 2.17. Even the glibc version of rhel8 is only 2.28, requiring the minimum version of glibc to be 2.32, which...
Add option disable security certificate checking. I don't understand why this option is needed at the TLS for DNS? Let's say I take any trusted certificate and start replacing DNS,...
Hello: We have some embedded device need test dns use dog, But our device can only run ARM linux(Openwrt arm aarch64),Would you like to add ARM binary to release list?...
Currently, a line like this in `/etc/resolv.conf` will cause the name server to not be picked up: ``` nameserver 1.1.1.1 ``` Trimming the string before parsing fixes that. --- P.s....
our openssl-sys package is too old to support systems with openssl 3.0, running cargo update fixes that issue and is still compatible with older versions. Also checked tests pass and...