diff --git a/README.md b/README.md new file mode 100644 index 0000000..0b7f5bc --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# whois-data + +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 +```