mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
whois: add Dutch translation (#13166)
This commit is contained in:
parent
f0b0f7e8eb
commit
771739c4c2
1 changed files with 16 additions and 0 deletions
16
pages.nl/common/whois.md
Normal file
16
pages.nl/common/whois.md
Normal file
|
@ -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…
Add table
Reference in a new issue