ignoring incorrect nameservers in authority section

Chris Buxton chris.p.buxton at gmail.com
Thu Dec 23 21:59:33 UTC 2010


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




More information about the bind-users mailing list