From b59fe471a59a9a9e334cfc6b3c8cd9bca08c30e7 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Tue, 19 May 2026 14:48:27 +0200 Subject: [PATCH] DOC: config: further clarify that resolvers "default" exists It was explained in the general presentation of resolvers but not in the "resolvers" keyword description itself, which might be where users could be looking for that info, so let's quickly repeat that info there. --- doc/configuration.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index bcb042f72..a51701fcf 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -20189,7 +20189,11 @@ a cache of previous answers, an answer will be considered obsolete after resolvers - Creates a new name server list labeled + Creates a new name server list labeled . As mentioned above, + the special name "default" always exists and will be automatically created if + not explicitly declared; this will be the one internal services such as + httpclient rely on. Declaring a "default" entry will affect how such services + perform their name resolution. A resolvers section accept the following parameters: