mirror of https://github.com/CrimsonTome/tldr.git
whois: add Dutch translation (#13166)
parent
f0b0f7e8eb
commit
771739c4c2
|
@ -0,0 +1,16 @@
|
||||||
|
# whois
|
||||||
|
|
||||||
|
> Opdrachtregelclient voor het WHOIS (RFC 3912) protocol.
|
||||||
|
> Meer informatie: <https://github.com/rfc1036/whois>.
|
||||||
|
|
||||||
|
- Verkrijg informatie over een domeinnaam:
|
||||||
|
|
||||||
|
`whois {{example.com}}`
|
||||||
|
|
||||||
|
- Verkrijg informatie over een IP-adres:
|
||||||
|
|
||||||
|
`whois {{8.8.8.8}}`
|
||||||
|
|
||||||
|
- Verkrijg het contact om misbruik te melden voor een IP-adres:
|
||||||
|
|
||||||
|
`whois -b {{8.8.8.8}}`
|
Loading…
Reference in New Issue