DISKMANJAMES Posted March 4, 2018 Share Posted March 4, 2018 Hi all We have set up using TPP Wholesale for our domain registrations/management. While '.com' domain names are searchable to register, any '.com.au' domain we search for comes back with 'domain name not available'. Even though when we do a search/whois on that domain it is available via our actual TPP Wholesale console. Any ideas how/why this is happening and how to fix it? Thanks in advance James Link to comment Share on other sites More sharing options...
WHMCS ChrisD Posted March 4, 2018 Share Posted March 4, 2018 Hey @DISKMANJAMES Yep, the WHOIS server for .com.au has changed again adding the following to /resources/domains/whois.json will solve the issue. [ { "extensions": ".asn.au, .com.au, .edu.au, .org.au, .net.au, .id.au", "uri": "socket: //whois-check.ausregistry.net.au", "available": "--- Available" } ] Link to comment Share on other sites More sharing options...
brian! Posted March 4, 2018 Share Posted March 4, 2018 just to correct the entry given by @WHMCS ChrisD, it should really be (the additional spaces included above would make it fail)... { "extensions": ".asn.au,.com.au,.edu.au,.org.au,.net.au,.id.au", "uri": "socket://whois-check.ausregistry.net.au", "available": "---Available" }, if it's the only entry in your whois.json file, then add opening and closing [ and ] like Chris has done above and remove the end comma (remove it too if it's the final entry)... if you have existing other entries in the file, then just copy & paste. Link to comment Share on other sites More sharing options...
DISKMANJAMES Posted March 5, 2018 Author Share Posted March 5, 2018 Thanks for helping out guys. !brian, your suggestion worked perfectly. Thanks ChrisD also. 13 hours ago, brian! said: just to correct the entry given by @WHMCS ChrisD, it should really be (the additional spaces included above would make it fail)... { "extensions": ".asn.au,.com.au,.edu.au,.org.au,.net.au,.id.au", "uri": "socket://whois-check.ausregistry.net.au", "available": "---Available" }, if it's the only entry in your whois.json file, then add opening and closing [ and ] like Chris has done above and remove the end comma (remove it too if it's the final entry)... if you have existing other entries in the file, then just copy & paste. Link to comment Share on other sites More sharing options...
Recommended Posts