We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems like cacheable-lookup doesn't support round-robin DNS. Is there any options to support it?
cacheable-lookup
The text was updated successfully, but these errors were encountered:
#57 (comment)
If you insist on doing this, you can simply wrap lookup with {all: true} and simply do your own logic.
lookup
{all: true}
Sorry, something went wrong.
That will have to change the implementation of request, which is what I try to avoid.
No branches or pull requests
It seems like
cacheable-lookup
doesn't support round-robin DNS. Is there any options to support it?The text was updated successfully, but these errors were encountered: