Update README.md

This commit is contained in:
2024-12-29 22:18:46 +00:00
parent 7e989dea51
commit ffe1296295
+15 -1
View File
@@ -1,3 +1,17 @@
# whois-data
Data served by whois.fur servers!
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
```