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
The docs suggest that the --resolver-address flag can be provided multiple times, e.g.
--resolver-address
--resolver-address ADDRESS Make DNS requests to ADDRESS (IP:port). Repeatable.
However, trying to start smokescreen with multiple resolvers fails:
{"level":"fatal","msg":"Could not create configuration: only one resolver address allowed, 2 provided","time":"2024-02-01T23:20:40.712120055Z"}
It appears support for multiple resolvers hasn't been implemented in the code yet:
smokescreen/pkg/smokescreen/config.go
Line 208 in 8c0fa26
Perhaps the docs should be updated first to reflect this, as I suspect the feature itself is nontrivial to implement?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The docs suggest that the
--resolver-address
flag can be provided multiple times, e.g.However, trying to start smokescreen with multiple resolvers fails:
It appears support for multiple resolvers hasn't been implemented in the code yet:
smokescreen/pkg/smokescreen/config.go
Line 208 in 8c0fa26
Perhaps the docs should be updated first to reflect this, as I suspect the feature itself is nontrivial to implement?
The text was updated successfully, but these errors were encountered: