From ffe1296295a16e3d6ec7cbcc8333ef7cbd0afca6 Mon Sep 17 00:00:00 2001 From: Caramel Date: Sun, 29 Dec 2024 22:18:46 +0000 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f8795a..6d5d13f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # whois-data -Data served by whois.fur servers! \ No newline at end of file +Data served by whois.fur servers! + +--- +You can check the data on a domain by using: + +**Windows** +I recommend using this whois client: https://download.sysinternals.com/files/WhoIs.zip +``` +whois.exe example.fur whois.fur +``` + +**Linux** +``` +whois example.fur -h whois.fur +``` \ No newline at end of file