Skip to content

Add support for DNS over QUIC (DoQ) protocol #118

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

Merged
merged 16 commits into from
Oct 25, 2024
Merged

Add support for DNS over QUIC (DoQ) protocol #118

merged 16 commits into from
Oct 25, 2024

Conversation

farrokhi
Copy link
Owner

  • Add support for DNS over QUIC (DoQ) protocol
  • Improve error handling when protocol support is not available in the environment
  • Improve error handling when destination server does not support the protocool

Fixed a bug in which if you uses `-p` argument (to specify destination
part) _after_ choosing protocol (e.g. `-T` or `-X`), custom
destination port was ignored and we used default instead.
Display more context if a feature is not available due to missing dependency
Fixed a bug in which if you uses `-p` argument (to specify destination
part) _after_ choosing protocol (e.g. `-T` or `-X`), custom
destination port was ignored and we used default instead.
Display more context if a feature is not available due to missing dependency
- Add new dependencies
- Remove support for python 3.8
- Some other minor cleanups
also looking forward to bump minimum requirement to Python 3.10 so I can
get rid of all if-then-else clauses and use python 'match' statement.
@farrokhi farrokhi merged commit bb73898 into master Oct 25, 2024
6 checks passed
@farrokhi farrokhi deleted the dns-over-quic branch October 25, 2024 21:41
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

Successfully merging this pull request may close these issues.

1 participant