diff --git a/doc/configuration.txt b/doc/configuration.txt index bfeb3ce0e..f46743875 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -11693,6 +11693,10 @@ For example, with 2 name servers configured in a resolvers section: - first response is truncated and second one is a NX Domain, then HAProxy stops resolution. +As a DNS server may not answer all the IPs in one DNS request, haproxy keeps +a cache of previous answers, an answer will be considered obsolete after +"hold obsolete" seconds without the IP returned. + resolvers Creates a new name server list labelled @@ -11709,7 +11713,7 @@ hold Defines during which the last name resolution should be kept based on last resolution : last name resolution status. Acceptable values are "nx", - "other", "refused", "timeout", "valid". + "other", "refused", "timeout", "valid", "obsolete". : interval between two successive name resolution when the last answer was in . It follows the HAProxy time format. is in milliseconds by default. @@ -11756,6 +11760,7 @@ timeout