User Tools

Site Tools


dns:dog

This is an old revision of the document!


DOG

Homepage: https://dns.lookup.dog/

GitHub: https://github.com/ogham/dog

mkdir dog
cd dog
wget https://github.com/ogham/dog/releases/download/v0.1.0/dog-v0.1.0-x86_64-unknown-linux-gnu.zip
unzip dog-v0.1.0-x86_64-unknown-linux-gnu.zip
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
./bin/dog -H @https://dns.google/dns-query lookup.dog

You will want to add the bin directory to your path to use the dog command without the full path.

Note we have to add libssl1.1.

dns/dog.1718535807.txt.gz · Last modified: by bstafford