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
bootstrap-resolver
resolver
Like this:
[bootstrap-resolver] protocol = "dot" address = "1.1.1.1" [resolvers.myawesomesresolver] protocol = "dot" address = "myawesomesresolver.com" [routers.router] routes = [ { resolver = "bootstrap-resolver", name = '\.com\.$' }, { resolver = "myawesomesresolver" } ]
The text was updated successfully, but these errors were encountered:
Hi.
I would add an additional resolver with the same config of the bootstrap resolver, it would do the same thing as you are suggesting.
Sorry, something went wrong.
Yeah, I'm already doing that as a workaround. It's just ugly having the same config twice.
No branches or pull requests
Like this:
The text was updated successfully, but these errors were encountered: