Leapo
New Around Here
I want DNS resolution for internaldomain.net, and all sub-domains of internaldomain.net, to be handled by the internal DNS server 192.168.1.20 rather than by the router itself.
I've added the following to dnsmasq.conf.add, which should force resolution of the above domain and sub-domains to take place on the upstream server... and it looks correct, but for some reason isn't functional:
What do I need to do to get this working?
I've added the following to dnsmasq.conf.add, which should force resolution of the above domain and sub-domains to take place on the upstream server... and it looks correct, but for some reason isn't functional:
Code:
server=/internaldomain.net/192.168.1.20
What do I need to do to get this working?