dnsget
Stub DNS resolver library with ability to perform both syncronous and asyncronous DNS queries
Install
- All systems
-
curl cmd.cat/dnsget.sh
- Debian
-
apt-get install udns-utils
- Ubuntu
-
apt-get install udns-utils
- Alpine
-
apk add udns
- Arch Linux
-
pacman -S udns
- Kali Linux
-
apt-get install udns-utils
- Fedora
-
dnf install udns
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install udns-utils
- OS X
-
brew install udns
- Raspbian
-
apt-get install udns-utils
- Dockerfile
- dockerfile.run/dnsget
- Docker
-
docker run cmd.cat/dnsget dnsget
powered by Commando
udns
Stub DNS resolver library with ability to perform both syncronous and asyncronous DNS queries
udns-utils
Several DNS-related utilities built on top of udns library
This package includes the following utilities: dnsget - a simple DNS query tool, like `host' or `dig' for usage from a command line, and dnsip, dnsname etc for usage in scripts rblcheck - DNSBL (rbl) checker All the utilities are built using udns library