bind named server - forward some requests to other servers
- by Pentium100
Is there a way to make bind answer some queries but forward all other queries (of the same domain) to another server, as in:
example.com A 127.0.0.1
www.example.com A 127.0.0.1
everything not on this list (example.com MX, ftp.example.com A etc) - ask 192.168.0.1 (another DNS server)
Essentially I want to intercept some (but not all) queries going to (in this example) 192.168.0.1 and answer for it.
example.com A- intercept
www.example.com - intercept
example.com MX - pass trough
ftp.example.com - pass trough