On Dec 22, 2010, at 4:55 AM, Sunil Shetye wrote:

> Is there any option to add workarounds for specific domains /
> nameservers like the ones listed above?

Possibly. You can try setting up conditional forwarding for the problem domain, 
setting the authoritative name servers as the 'forwarders' list. This may not 
work, since the authoritative servers may not respond well to recursive 
queries, but it's worth a shot. For example:

zone "e-nxt.com." {
        type forward;
        forwarders {
                202.71.131.12;
                202.71.131.13;
        };
};

Regards,
Chris Buxton
BlueCat Networks

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

Reply via email to