Skip to content
New issue

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

How to add aa to flags, setting AUTHORITY to 1 #23

Open
anthonybe98 opened this issue Feb 17, 2022 · 0 comments
Open

How to add aa to flags, setting AUTHORITY to 1 #23

anthonybe98 opened this issue Feb 17, 2022 · 0 comments

Comments

@anthonybe98
Copy link

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!

@anthonybe98 anthonybe98 changed the title changing flags, setting AUTHORITY to 1 How to add aa to flags, setting AUTHORITY to 1 Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant