Indian TLDs Always Showing Unavailable in whmcs
It appears the TLD has recently changed their WHOIS lookup. To resolve this issue, you will need to create a custom whois.json file as described in our WHOIS Documentation with the following content:
Edit the file    /includes/whoisservers.php  and enter the following code in top.
[ 
    { 
        "extensions": ".ac.in,.co.in,.org.in,.ernet.in,.gov.in,.net.in,.res.in,.in", 
        "uri": "socket://whois.registry.in", 
        "available": "No Data Found" 
    } 
]
