소스 검색

whois: add page (#3552)

Pierre Rudloff 5 년 전
부모
커밋
7d5444997f
1개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. 16 0
      pages/common/whois.md

+ 16 - 0
pages/common/whois.md

@@ -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}}`