whois: add page (#3552)

This commit is contained in:
Pierre Rudloff 2019-11-12 03:00:57 +01:00 committed by Ein Verne
parent 6b4c61b42c
commit 7d5444997f

16
pages/common/whois.md Normal file
View 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}}`