What you are looking for is basically dnsmasq. That allows you to override specific resolutions, while letting the rest go through the normal process. BIND does not allow you to have split authority for a single zone.

if you say something.xyz.com is handled locally, then anything under that is also considered to be handled locally.

--John



On 5/8/2014 2:54 PM, Barry Margolin wrote:
In article <mailman.181.1399569458.26362.bind-us...@lists.isc.org>,
  fullme...@ldschurch.org wrote:

Does anyone know how I might configure bind to answer for a specific host
within the zone, but perform a recursive lookup for the rest of the zone?

For example, given the domain "xyz.com", how might I configure a local DNS
server to reslove "something.xyz.com" to, maybe, a local server, but still
allow "Wwww.xyz.com", "mail.xyz.com" and "www.something.xyz.com" to still
recursively resolve?

Is there a way?

  - Jon
Configure the server as authoritative for the "something.xyz.com" zone,
and put the local server address in an A record at the apex.


_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to