LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

avahi-resolve-address

Resolve IP addresses to hostnames via mDNS

TLDR

This command is an alias of avahi-resolve --address.Resolve an IP address to a hostname
$ avahi-resolve-address [ip_address]
copy
Resolve several addresses at once
$ avahi-resolve-address [ip1] [ip2]
copy

SYNOPSIS

avahi-resolve-address [OPTIONS] address ...

DESCRIPTION

avahi-resolve-address resolves IP addresses to hostnames using mDNS/DNS-SD via the Avahi daemon. It is equivalent to running avahi-resolve with the --address flag.

INSTALL

sudo apt install avahi-utils
copy
sudo dnf install avahi-tools
copy
sudo apk add avahi-tools
copy
sudo zypper install avahi-utils
copy

SEE ALSO

RESOURCES

Copied to clipboard
Kai