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

Feature: Add DNS cookie support #620

Open
bradh352 opened this issue Nov 15, 2023 · 0 comments
Open

Feature: Add DNS cookie support #620

bradh352 opened this issue Nov 15, 2023 · 0 comments
Labels
Feature Request Feature Request

Comments

@bradh352
Copy link
Member

DNS cookies are supported by most DNS server implementations these days and can help prevent spoofing attacks. Some believe that only the ephemeral port and query id protect against this, but DNS cookies are a newer additional protection. Some reading here:
https://www.dotmagazine.online/issues/digital-responsibility-and-sustainability/dns-cookies-transaction-mechanism

It is part of RFC 9018.

As of c-ares 1.22.0 this should be fairly easy to implement as a full OPT PSEUDORECORD parser and writer exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Feature Request
Projects
None yet
Development

No branches or pull requests

1 participant