I'm trying to set up a DNS server that will forward some but not all lookups to Google's 8.8.8.8 DNS server, mapping a few specific domain names to other IP addresses (of my choosing) instead. I have been trying this with both dnsmasq and BIND, but the configuration files are very confusing to me for both.

link|improve this question
I can help with bind - what do you have so far? – Paul Jan 19 at 0:57
You're DNS server, by design, will forward anything it can't look up locally to it's forwarding server. So if your local DNS says that google.com is 1.2.3.4, then it will send back 1.2.3.4 as the return. Everything else that it doesn't have a record for will get sent to 8.8.8.8 for example. – skub Jan 19 at 15:30
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.