From 4bceca83fc14269ef8f2528294bc3cdb3fcc6c99 Mon Sep 17 00:00:00 2001 From: Aurelien DARRAGON Date: Wed, 30 Apr 2025 16:56:00 +0200 Subject: [PATCH] DOC: config: restore default values for resolvers hold directive Default values for hold directive (resolver context) used to be documented but this was lost when the keyword description was reworked in 24b319b ("Default value is 10s for "valid", 0s for "obsolete" and 30s for others.") Restoring the part that describes the default value. It may be backported to all stable versions with 24b319b --- doc/configuration.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/configuration.txt b/doc/configuration.txt index 503ad6227..a5e6603c0 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -20038,6 +20038,8 @@ hold A separate behavior exists for "hold valid" and "hold obsolete". + Default value is 10s for "valid", 0s for "obsolete" and 30s for others. + resolve_retries Defines the number of queries to send to resolve a server name before giving up.