We are using a domain lookup provider successfully for lookups, but of course, this is checking all the supported TLD's. We have a few TLD's that we register directly with a registry and ideally we'd run domain checks using the standard WHOIS lookup which we already have in place. An option against each TLD to bypass the default lookup provider would be ideal.
3 Comments
Login to post a comment.
Thanks for submitting this suggestion.
If the lookup provider returns that a domain is not supported, then WHMCS will fall back to a standard WHOIS lookup automatically: https://github.com/WHMCS/sample-registrar-module/blob/master/modules/registrars/registrarmodule/registrarmodule.php#L903
So this should already be possible. Is there a particular lookup provider or search term for which this is not occurring?