If your WHOIS is not working properly and searching some domain like .in or co.in etc..
In this case, you may consider adding a custom whois.json
file to your resources/domains
folder containing:
[
{
"extensions": ".in,.co.in",
"uri": "socket://whois.registry.in",
"available": "No Data Found"
}
]
Please let us know if this works for your and comment.