]> git.ipfire.org Git - people/ms/dma.git/commitdiff
dns: do not treat unreachable DNS server as permanent error
authorAndreas Schweitzer <sig11@bootblock.de>
Wed, 3 Jun 2015 21:33:38 +0000 (23:33 +0200)
committerSimon Schubert <2@0x2c.org>
Thu, 4 Jun 2015 15:58:55 +0000 (17:58 +0200)
getaddrinfo() does not distinguish between "DNS server not reachable"
and "DNS server told me host does not exist". For SMARTHOSTS it is
better to defer than to bounce in order to survive network outages.

Bug: fixes #30


No differences found