LPIC-2 Exam 202 (Linux Engineer) — Question 56
What option for BIND is required in the global options to disable recursive queries on the DNS server by default?
Answer options
- A. allow-recursive-query ( none; );
- B. allow-recursive-query off;
- C. recursion { disabled; };
- D. recursion { none; };
- E. recursion no;
Correct answer: E
Explanation
The correct answer is E, as 'recursion no;' effectively disables recursive queries on the DNS server by default. The other options either do not properly disable recursion or are not valid syntax for achieving the desired configuration.