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

Add files via upload #20

Merged
merged 4 commits into from
Feb 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions draft-ietf-add-resolver-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,11 @@ Reputation:
using the RESINFO RR type and QNAME of "resolver.arpa". In this case, a client has to contend
with the risk that a resolver does not support RESINFO. The resolver might
pass the query upstream, and then the client can receive a positive RESINFO response either
from a legitimate upstream DNS resolver or an attacker. If a client sees the RESINFO in the
Answer section, it can detect that the response is not provided by the resolver
and discards the response.
from a legitimate upstream DNS resolver or an attacker. The DNS client MUST
set the Recursion Desired (RD) bit of the query to 0 to ensure that the response is provided by the resolver.
If the resolver does not support RESINFO, it will return an authoritative name error.
In addition, if a client sees the RESINFO in the Answer section, it can detect that
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should drop this last sentence

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes

the response is not provided by the resolver and discards the response.

# Format of the Resolver Information {#format}

Expand Down
Loading