Jump to content

.com.au not available


Recommended Posts

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

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

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

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

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated