dnsdist - threads vs multiple listeners #17118
Unanswered
victoredvardsson
asked this question in
Q&A
Replies: 1 comment
-
Yes. There is a slight difference for DoT and DoH frontends because with
I find the |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello,
I have been looking through the dnsdist documentation and hope someone can provide clarity on this topic.
Historically, if you wanted to handle more traffic, my understanding is that you would add multiple
addLocal()statements for the same IP.Now with the YAML configuration, you can set the number of
threadsfor a listener, but there is also an option to add multiple listeners for the same IP.My question is: does adding X number of threads to a listener give me the same result as adding multiple listeners to the same IP? Are there any drawbacks to either approach?
Reference: https://www.dnsdist.org/reference/yaml-settings.html#bindconfiguration
Beta Was this translation helpful? Give feedback.
All reactions