I would like to create a DNS resolver using Bind9 so all my organization's DNS queries go to this resolver (DNS queries for external domains. The resolver should not be authoritative for the organization's domain). I will restrict the incoming requests from the outside.
I tried to search for information about the the load that such resolver can handle:
- What is the rate of DNS queries that Bind9 can serve? How many queries per second? Probably, it is also a function of the machine and the bandwidth (assumed to be high), so response that is a function of the machine settings is good as well.
- Are there any other better alternatives?
Thanks!