-
Notifications
You must be signed in to change notification settings - Fork 65
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
Ability to select the dial address for resolvers #325
Comments
See also #56 |
If no |
Maybe have the ability to use a resolver group for bootstrap as well, potentially create loops, but at least you can create any chain/resolution you want (with boot-strap-addresses). How I do it now, I create a TCP listener on 127.0.0.1:53053 and point the bootstrap-resolver to it. A snippet of the config:
This as a construct example, you can build whatever you want with this. Be aware of loops though ;-). -Chris. |
Many DoH, DoT and some DoQ resolvers have more than one IP for connecting:
An option to specify which IP address will be used would be a good idea.
And maybe, RouteDNS could randomize the IP address selection to avoid overcharging the first IP address of a DoH|DoT|DoQ resolver. Maybe an option for doing that.
The text was updated successfully, but these errors were encountered: