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
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? (:
net.Resolver
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
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!
No branches or pull requests
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
? (:The text was updated successfully, but these errors were encountered: