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

Store proxied DNS responses as raw bytes #14

Open
mafik opened this issue May 31, 2023 · 0 comments
Open

Store proxied DNS responses as raw bytes #14

mafik opened this issue May 31, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@mafik
Copy link
Owner

mafik commented May 31, 2023

Currently Gatekeeper parses processed DNS records & re-encodes them when sending to clients. This breaks DNS compression in record types not understood by Gatekeeper. So far all of the problematic record types have been fixed but it's possible that new or unknown record types will cause errors again. To bypass this issue, Gatekeeper could store the raw, unprocessed DNS records in each Entry. Those raw DNS records could then be sent to clients without any additional processing.

@mafik mafik added enhancement New feature or request good first issue Good for newcomers labels May 31, 2023
@mafik mafik added this to the 2.0 milestone Jun 11, 2023
@mafik mafik removed this from the 2.0 milestone Jun 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant