-
-
Notifications
You must be signed in to change notification settings - Fork 33
Allow disabling DNSSEC with cdflag #65
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
Conversation
|
Hey @MattIPv4 can you please review this and let me know if any changes need to be made? I was unable to test it |
MattIPv4
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the work so far, looking good but you're missing the actual logic changes needed within the DNS lookup to set the flag.
I recommend following the steps in https://github.com/MattIPv4/DNS-over-Discord#development so that you can test this functionality is actually behaving as you'd expect locally.
(For testing, dnssec-failed.org should result in a servfail normally, but should return A records when the cdflag is set.)
Add separate capture group Co-authored-by: Matt Cowley <[email protected]>
|
👋 I'm not sure what exactly your last commit did, but you appear to have caused a diff across every single file in the repo now? Have you changed the line endings on everything perhaps? |
|
That's weird - I've not changed anything manually, except for the |
|
If you're using a Windows system, make sure git is configured to use lf endings, not crlf endings. It should warn you about this though when you staged/committed this massive change. |
|
Oh - I got it now. Any way to undo it? |
|
If you've updated git to use lf endings, I'd expect it'd now let you commit again to revert it all -- or you could just drop the last commit and redo the change. |
|
Ok I was testing if everything works fine and I noticed a mistake i made So I followed the cloudflare docs (https://developers.cloudflare.com/1.1.1.1/encryption/dns-over-https/) and added the |
|
dns.google is returning Error 400 (Bad Request)!! |
|
Before I can start reviewing this, you're going to need to revert the line ending changes that you've made to every file here |
|
Ok! I'll revert the commit and do the same changes again |
|
Done! @MattIPv4 |
Co-authored-by: Matt Cowley <[email protected]>
Co-authored-by: Matt Cowley <[email protected]>
Co-authored-by: Matt Cowley <[email protected]>
Co-authored-by: Matt Cowley <[email protected]>
Co-authored-by: Matt Cowley <[email protected]>
|
Hey @MattIPv4 I think all the changes are done (soo sorry for all the trouble) |
MattIPv4
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are a few eslint errors that need resolving
Co-authored-by: Matt Cowley <[email protected]>
Co-authored-by: Matt Cowley <[email protected]>
|
Fixed eslint errors |
Co-authored-by: Matt Cowley <[email protected]>
Co-authored-by: Matt Cowley <[email protected]>
Co-authored-by: Matt Cowley <[email protected]>
Co-authored-by: Matt Cowley <[email protected]>
Co-authored-by: Matt Cowley <[email protected]>
Co-authored-by: Matt Cowley <[email protected]>
|
Made the changes |
Co-authored-by: Matt Cowley <[email protected]>
MattIPv4
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you for working on this and seeing it through 💙
|
cool, thanks a lot! I genuinely learnt so much through this one PR and I definitely look forward to contributing more to this repository! |


No description provided.