We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, When I do a dig command I get this answer:
; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 58836 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
I'm trying to add the flag "aa" and change authority to 1 . The response should look like:
; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 58836 ;; flags: qr rd ra aa; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
Any tips on how to do that? Couldn't find it in the documentation. Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
When I do a dig command I get this answer:
I'm trying to add the flag "aa" and change authority to 1 . The response should look like:
Any tips on how to do that? Couldn't find it in the documentation.
Thanks!
The text was updated successfully, but these errors were encountered: