Skip to content
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

avoid parallel lookups for same name #16

Open
pforemski opened this issue Oct 21, 2016 · 1 comment
Open

avoid parallel lookups for same name #16

pforemski opened this issue Oct 21, 2016 · 1 comment

Comments

@pforemski
Copy link
Owner

During today's DynDNS outage I noticed dingo will issue a query for the same name in all threads given enough applications ask for it (eg. github.com). We should avoid this, eg by letting the query go back / timeout before trying in another thread.

@heri16
Copy link
Contributor

heri16 commented Nov 11, 2016

Is having dnsmasq fronting dingo an alright setup to avoid bloat and less-scalable computational requirements? would this subject dingo to a DoS attack surface?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants