Skip to content

Commit

Permalink
Rename dns recursion flag to recursion_desired (#900)
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Eskov <[email protected]>
  • Loading branch information
nickeskov authored Apr 14, 2022
1 parent 91372eb commit 26038c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ query_name: <string>
[ query_class: <string> | default = "IN" ]

# Set the recursion desired (RD) flag in the request.
[ recursion: <boolean> | default = true ]
[ recursion_desired: <boolean> | default = true ]

# List of valid response codes.
valid_rcodes:
Expand Down

0 comments on commit 26038c7

Please sign in to comment.