resolveip: add page (#4982)

translation-badges
Sahil Dhiman 2020-12-04 19:05:15 +00:00 committed by GitHub
parent 252271c35a
commit 935d337cc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
pages/linux/resolveip.md Normal file
View File

@ -0,0 +1,16 @@
# resolveip
> Resolve hostnames to their IP addresses and vice versa.
> More information: <https://mariadb.com/kb/en/resolveip/>.
- Resolve a hostname to an IP address:
`resolveip {{example.org}}`
- Resolve an IP address to a hostname:
`resolveip {{1.1.1.1}}`
- Silent mode. Produces less output:
`resolveip --silent {{example.org}}`