mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
whois: add page (#3552)
This commit is contained in:
parent
6b4c61b42c
commit
7d5444997f
1 changed files with 16 additions and 0 deletions
16
pages/common/whois.md
Normal file
16
pages/common/whois.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# whois
|
||||||
|
|
||||||
|
> Commandline client for the WHOIS (RFC 3912) protocol.
|
||||||
|
> More information: <https://github.com/rfc1036/whois>.
|
||||||
|
|
||||||
|
- Get information about a domain name:
|
||||||
|
|
||||||
|
`whois {{example.com}}`
|
||||||
|
|
||||||
|
- Get information about an IP address:
|
||||||
|
|
||||||
|
`whois {{8.8.8.8}}`
|
||||||
|
|
||||||
|
- Get abuse contact for an IP address:
|
||||||
|
|
||||||
|
`whois -b {{8.8.8.8}}`
|
Loading…
Add table
Reference in a new issue