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

12 lines
311 B
Markdown

# 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}}`