I want to configure a bind / record driver that resolves DNS queries based on the client IP address.
We want to combine the domain names of all test environments for our web application. Instead of having many domains, such as test.mysite.com, qa.mysite.cometc. For different intermediate environments, we only want to have it www.mysite.comand configure it to which test environment it "points" to.
For this, I mean providing a web interface for setting up a testing environment. DNS queries than based on this configuration.
Do you think something like this is possible with a binding or other DNS server? And how does this compare to writing a client application that modifies a local hosts file?
source
share