- name
- dns-lookup
- description
- Resolve hostnames to IP addresses using
digfrom bind-utils. - metadata
DNS Lookup Skill
Resolve hostnames to IP addresses using dig. Provided by the bind-utils package.
Basic Lookup
Resolve A records for a hostname:
dig example.com A +shortIPv6 Lookup
Resolve AAAA records:
dig example.com AAAA +shortFull DNS Record
Get the full DNS response with authority and additional sections:
dig example.com ANYReverse Lookup
Find the hostname for an IP address:
dig -x 93.184.216.34 +shortInstall
sudo dnf install bind-utils