From 26038c7d9317ac54167dbff2fec3859fde4666d8 Mon Sep 17 00:00:00 2001 From: Nikolay Eskov Date: Thu, 14 Apr 2022 15:10:25 +0300 Subject: [PATCH] Rename dns recursion flag to recursion_desired (#900) Signed-off-by: Nikolay Eskov --- CONFIGURATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONFIGURATION.md b/CONFIGURATION.md index 0e6dbe4..441b026 100644 --- a/CONFIGURATION.md +++ b/CONFIGURATION.md @@ -191,7 +191,7 @@ query_name: [ query_class: | default = "IN" ] # Set the recursion desired (RD) flag in the request. -[ recursion: | default = true ] +[ recursion_desired: | default = true ] # List of valid response codes. valid_rcodes: -- 2.25.1