DragonFly On-Line Manual Pages
fdnsiplist(1) DragonFly General Commands Manual fdnsiplist(1)
NAME
fdnsiplist - resolve a hostname to a list of IPv4 addresses
SYNOPSIS
fdnsiplist <hostname>
DESCRIPTION
fdnsiplist will attempt to look up a list of IPv4 addresses for
hostname. If any are found, they are printed to standard output
seperated by newlines and the program exits with return code 0. If
not, nothing is printed and the program exits with return code 1.
AUTHOR
Ian Gulliver <ian@penguinhosting.net>
SEE ALSO
libfiredns(3)
2004-02-12 fdnsiplist(1)