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

round-robin dns support #56

Closed
link89 opened this issue Apr 7, 2022 · 2 comments
Closed

round-robin dns support #56

link89 opened this issue Apr 7, 2022 · 2 comments
Labels
question Further information is requested

Comments

@link89
Copy link

link89 commented Apr 7, 2022

It seems like cacheable-lookup doesn't support round-robin DNS. Is there any options to support it?

@szmarczak
Copy link
Owner

#57 (comment)

If you insist on doing this, you can simply wrap lookup with {all: true} and simply do your own logic.

@szmarczak szmarczak added the question Further information is requested label Jul 6, 2022
@link89
Copy link
Author

link89 commented Jul 7, 2022

That will have to change the implementation of request, which is what I try to avoid.

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

No branches or pull requests

2 participants