Ever wanted to provide different dns responses depending on where the request came from?
For
example, a query for mywebsite.com coming from the local network
192.168.0.0/24 will respond with 192.168.0.254, however a query for
mywebsite.com coming from the internet address 1.2.3.4 will respond
with 4.3.2.1
Here’s a simple way to do it using a single bind instance.
config coming soon