What option for BIND is required in the global options to disable recursive queries on the DNS server by default?
What option for BIND is required in the global options to disable recursive queries on the DNS server by default?
To disable recursive queries in BIND, the correct configuration is 'recursion no;'. This setting ensures that the DNS server does not attempt to perform recursive queries on behalf of clients and instead provides referral information.
E is correct If set to yes, the DNS server attempts to find the answer by performing all necessary DNS queries. If set to no, the DNS server responds with referral data (basically which DNS server to query next).