
* common/*: add Indonesian translations and update other outdated translations * fping: revert "More Information" URL
17 lines
404 B
Markdown
17 lines
404 B
Markdown
# whois
|
|
|
|
> Program klien antarmuka baris perintah bagi protokol informasi WHOIS (RFC 3912).
|
|
> Informasi lebih lanjut: <https://github.com/rfc1036/whois>.
|
|
|
|
- Dapatkan informasi kepemilikan bagi suatu nama domain:
|
|
|
|
`whois {{example.com}}`
|
|
|
|
- Dapatkan informasi kepemilikan bagi suatu alamat IP:
|
|
|
|
`whois {{8.8.8.8}}`
|
|
|
|
- Dapatkan informasi kontak penyalahgunaan bagi suatu alamat IP:
|
|
|
|
`whois -b {{8.8.8.8}}`
|