1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 09:02:08 +02:00
tldr/pages/linux/avahi-resolve.md

311 B

avahi-resolve

Translate between host names and IP Addresses. More information: https://www.avahi.org/.

  • Resolve a local service to its IPv4:

avahi-resolve -4 {{[-n|--name]}} {{service.local}}

  • Resolve an IP to a hostname, verbosely:

avahi-resolve {{[-v|--verbose]}} {{[-a|--address]}} {{IP}}