2025-03-14 21:59:59 -06:00
|
|
|
# resolveip
|
|
|
|
|
|
|
|
|
|
> Resolve hostnames to their IP addresses and vice versa.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://mariadb.com/docs/server/clients-and-utilities/networking-tools/resolveip>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Resolve a hostname to an IP address:
|
|
|
|
|
|
|
|
|
|
`resolveip {{example.org}}`
|
|
|
|
|
|
|
|
|
|
- Resolve an IP address to a hostname:
|
|
|
|
|
|
|
|
|
|
`resolveip {{1.1.1.1}}`
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
- Resolve a hostname to an IP address with less output:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`resolveip {{[-s|--silent]}} {{example.org}}`
|