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
Isn't early exit missed here? As well as below, where we refuse query to a blacklisted domain but we still go, resolve and respond with ip later?
dns/pkg/dot/handler.go
Line 37 in 4321cd7
Line 46 in 4321cd7
Line 61 in 4321cd7
The text was updated successfully, but these errors were encountered:
Fix #69 missing early returns
a12fec2
Thank you a hundred times. How did I not see that. Plus I made the copy pasta mistake on both dot and doh 🤮
It's now fixed on the branch/image tag v2.0.0-beta, I will fix it on master and v1.x.x branches later.
Sorry, something went wrong.
Refers to #69 missing early returns
812a122
0012aa9
No branches or pull requests
Isn't early exit missed here? As well as below, where we refuse query to a blacklisted domain but we still go, resolve and respond with ip later?
dns/pkg/dot/handler.go
Line 37 in 4321cd7
dns/pkg/dot/handler.go
Line 46 in 4321cd7
dns/pkg/dot/handler.go
Line 61 in 4321cd7
The text was updated successfully, but these errors were encountered: