Skip to content

dnsip.1

Manvendra Bhangui edited this page Feb 25, 2024 · 3 revisions

NAME

dnsip - lookup IP addresses

SYNOPSIS

dnsip [ fqdn ]

DESCRIPTION

dnsip resolves fqdn and prints the IP addresses of fqdn on a single line. If fqdn does not exist, dnsip prints a blank line. You can list several fqdn's; dnsip prints each result on a separate line.

Normally dnsip exits 0. If dnsip encounters a temporary problem that prevents it from determining the list of IP addresses, it prints an error message and exits 111. It also exits 111 if it is not able to write the ip address to descriptor 1. The same comments apply to the other programs described here.

SEE ALSO

dnsipq(1), dnsname(1), dnsmx(1), dnstxt(1), dnsqr(1), dnsq(1), dnstrace(1) http://cr.yp.to/djbdns.html

Clone this wiki locally