We want to be able to point the wild card (*.<a href="http://domain.com">domain.com</a>) and the root domain
(<a href="http://domain.com">domain.com</a>) to the GLB’s while not breaking the other custom prefixes within
that domain’s record (<a href="http://stage.domain.com">stage.domain.com</a>, <a href="http://foo.domain.com">foo.domain.com</a>, etc.).<br>Except some 10-20 A records, as declared in zone file, for all other DNS lookup request shall be forwarded to Global Load Balancer.<br>
Allow any records on the DNS server to resolve to the respective records on DNS.
<br>All other records are captured by the wildcard and load balanced.<br>The
load balancers will forward the queries to the Apache web servers which will
direct users to the appropriate website.<br><br>Can you suggest, how we can configure BIND to do above setup.<br><br>