avahi-browse: update page; avahi-resolve,smbnetfs: add page (#9919)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Janek
2023-05-09 03:34:18 +02:00
committed by GitHub
parent e95abcac23
commit ca026d55be
3 changed files with 26 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
# 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 --name {{service.local}}`
- Resolve an IP to a hostname, verbosely:
`avahi-resolve --verbose --address {{IP}}`