-
Notifications
You must be signed in to change notification settings - Fork 8
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
Custom DNS resolver #31
Comments
Hi @jesusprubio , I would like to contribute to this if you could help me a bit by adding more description to the issue, and what needs to be done. |
Hi @mohitsethia , I appreciate it. The idea is to use a custom DNS resolver here. Similar to this example: https://stackoverflow.com/a/59889883. We also need to add a new option in the CLI here. For example: By default, the one defined in the operating system should be used (like now). |
Thanks for sharing. |
@jesusprubio Just an sample of how we can do additionally by adding WithDNSResolver method over Protocol. PR. If this look fine to you, maybe I can add tests too for this. |
My fault, probably this is not the best |
Hey @jesusprubio , sorry to bother you. I have added another way of doing this change, this solution is better & more simple. To keep it consistent I have added the other Probes (http & tcp) under receiver method too. How does this look? |
No description provided.
The text was updated successfully, but these errors were encountered: