On Thu, Dec 19, 2013 at 2:36 PM, Mikael <mikael.tr...@gmail.com> wrote:
> a) OpenBSD's resolver configured to retry 999 times before failing, and
> [...]
> If so, is there any way to do a)?

In src/lib/libc/asr/asr.c, change "ac->ac_nsretries = 4;" to
"ac->ac_nsretries = 999;", recompile, and reinstall.

However, I wouldn't recommend you actually do this.  You should
instead focus on figuring out why your DNS queries are failing in the
first place, and/or fix your downstream users to handle HTTP errors
correctly.

Reply via email to