I'm looking for an open source DNS server that can respond to queries by fetching data from a web API that I will configure. I came across Technitium DNS Server, but I haven't tried it yet and I'm not sure if it meets our requirements.
Our goal is to scale https://pinggy.io horizontally, and to achieve this, we need a DNS server that can respond to queries with data from a database. Ideally, the DNS server would forward the query to a web API that we will create, and the web API will respond with the DNS response.
Do you know of any open source DNS servers that can do this? Any recommendations or tips would be greatly appreciated.
Thank you in advance!