To the IP address of the DNS server? As in, recursive queries sent to the 
server asking for this name will be forwarded on to... the same DNS server? 
That would only work if you had views enabled.

However, if what you really want is that such queries are answered with an A 
record pointing to the name server (or some other host), rather than getting 
the real answer from Apple's name servers, what you want is an authoritative 
zone, not forwarding.

zone "guzzoni.apple.com" {
        type master;
        file "short-circuit-queries.db";
};

Chris Buxton
BlueCat Networks

On Apr 15, 2012, at 11:15 AM, Markus Braun wrote:

> Hello,
> 
> how can i make a bind forwarding something like this:
> 
>  DNS server to forward Guzzoni.apple.com traffic to own IP?
> 
> thank you
> 
> marcus!
> _______________________________________________
> 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

_______________________________________________
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