Do not recursion DNS queries
Is it possible as a user to send a dns query and ask from the resolver to does not recursion the query? I realized that it is possible on the Resolver server itself if you are managing it and I wanted to know if there is a flag that can be sent with “dig” that asks the Resolver not to recursion on the specific query I sent. Thanks
Solution 1:
There is a flag +[no]recurse
. See man dig