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

13 lines
328 B
Markdown
Raw Normal View History

# avahi-resolve
> Traduce entre nombres de host y direcciones IP.
> Más información: <https://www.avahi.org/>.
- Resuelve un servicio local a su dirección IPv4:
`avahi-resolve -4 --name {{servicio.local}}`
- Resuelve una dirección IP a un nombre de host, de manera detallada:
`avahi-resolve --verbose --address {{IP}}`