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

question: Is there any known net.Resolver drop-in using this project? #953

Closed
bwplotka opened this issue Apr 9, 2019 · 2 comments
Closed

Comments

@bwplotka
Copy link

bwplotka commented Apr 9, 2019

Sorry for spam, but as per title, wonder if there is any implementaiton using https://github.com/miekg/dns/blob/master/client.go#L29 that has the same interface as net.Resolver? (:

@miekg
Copy link
Owner

miekg commented Apr 9, 2019 via email

@bwplotka
Copy link
Author

Wow, I am surprised (: Might be super useful. Our attempt in Thanos: thanos-io/thanos#1016 Only for two methods though.

I think major blocker for this is that golang net.Resolver might be too restrictive. (e.g no way to return SRV record TTL.).

Anyway, though someone already did this work (I am pretty sure it's there in some closed source ;>).

Thanks for a good work on this!

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

2 participants