Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WHOIS request not returning #59

Open
jrtapsell opened this issue May 1, 2018 · 2 comments
Open

WHOIS request not returning #59

jrtapsell opened this issue May 1, 2018 · 2 comments

Comments

@jrtapsell
Copy link

I am trying to make a request, but the request does not complete.

This is a simplified version of the code.

console.log("Start");
require('whois')
  .lookup("jrtapsell.tech", data => {
    console.log("End");
  });

Online Demo

@scottie
Copy link

scottie commented Jan 9, 2020

#93

@soccerdroid
Copy link

Hello, I am using the same function but with ".ec" domains, for example: 'espol.edu.ec', which is an existing domain. Lookup is not returning and gives timeout. Is the whois library only accepting certain types of domains, or can I use it for any existing domain?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants