Feature request: stop using a upstream DNS server if it returns REFUSED a few times. #3358
js-d-coder
started this conversation in
Ideas
Replies: 2 comments 5 replies
-
If you're running a public resolver, getting DDoS'd should be expected and you should not even be using AdGuard Home I'd argue. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Any update/comments you guys? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I serve Adguard Home as public DNS server serving plain DNS, DoH, DoT.
Sometimes I have spam request bunch of times every second to my server. The problem with such requests are they query less number of times (per second) than legitimate requests, and they spam for days, so I cannot rate-limit them.
So what happens is the upstream DNS servers blacklist my VPS IP and they refuse every DNS query including legitimate ones.
Since I set many upstream DNS servers in settings, I would this software to stop using the ones who return 'REFUSED' a few times and switch to other from the list.
One solution would be to monitor Dashboard every day and change settings or block someone which is very tedious and not possible for me.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions