Master#118
Open
mustikka10 wants to merge 34 commits into
Open
Conversation
…nd comments Co-authored-by: mustikka10 <209199756+mustikka10@users.noreply.github.com>
…gging Improve code quality: structured logging, function decomposition, and reasonable error caching
Co-authored-by: mustikka10 <209199756+mustikka10@users.noreply.github.com>
[WIP] Add Lataa feature to the project
Agent-Logs-Url: https://github.com/mustikka10/doh-server/sessions/99b5ccd3-59bd-443e-b521-544e39311ab8 Co-authored-by: mustikka10 <209199756+mustikka10@users.noreply.github.com>
Migrate to Rust edition 2021 and loosen dependency version constraints
Agent-Logs-Url: https://github.com/mustikka10/doh-server/sessions/90f5f1d7-4ac5-4339-bfdb-28ad101c9911 Co-authored-by: mustikka10 <209199756+mustikka10@users.noreply.github.com>
…cies Add optional Tailscale integration via tailscale-localapi
Agent-Logs-Url: https://github.com/mustikka10/doh-server/sessions/2a604ac2-1e16-4a0c-b4aa-5e9cbf58358b Co-authored-by: mustikka10 <209199756+mustikka10@users.noreply.github.com>
Add `cargo test` to CI workflow
Agent-Logs-Url: https://github.com/mustikka10/doh-server/sessions/ad7730fd-a6dc-46c0-beb6-855a18a3dffb Co-authored-by: mustikka10 <209199756+mustikka10@users.noreply.github.com>
…rom-tailscale Remove Tailscale paid service integration
Agent-Logs-Url: https://github.com/mustikka10/doh-server/sessions/9e171242-4675-4e03-8aaf-c3090e6733d2 Co-authored-by: mustikka10 <209199756+mustikka10@users.noreply.github.com>
Agent-Logs-Url: https://github.com/mustikka10/doh-server/sessions/9e171242-4675-4e03-8aaf-c3090e6733d2 Co-authored-by: mustikka10 <209199756+mustikka10@users.noreply.github.com>
- Add parse_dns_type() to handle both numeric ("28") and canonical
string names ("AAAA", "MX", "TXT", etc.) per the Google DoH JSON API
spec. Previously "type=AAAA" silently fell back to A record queries.
- Use std::net::Ipv6Addr::to_string() for canonical IPv6 formatting
(e.g. "2001:db8::1" instead of "2001:db8:0:0:0:0:0:1")
- Add unit tests for parse_dns_type and IPv6 formatting
- Update CI to run cargo test --package libdoh so libdoh unit tests
are included in CI (they are not run by cargo test alone)"
Agent-Logs-Url: https://github.com/mustikka10/doh-server/sessions/bd5c1d5c-8b2f-4ead-957a-dac9c45d4bb5
Co-authored-by: mustikka10 <209199756+mustikka10@users.noreply.github.com>
Agent-Logs-Url: https://github.com/mustikka10/doh-server/sessions/d2ee3f84-a2d8-4f04-a06b-f72a810b0186 Co-authored-by: mustikka10 <209199756+mustikka10@users.noreply.github.com>
Add comprehensive unit test coverage across all modules
Agent-Logs-Url: https://github.com/mustikka10/doh-server/sessions/8a3ac9fd-b6aa-41d4-ac78-aaffb87c9d44 Co-authored-by: mustikka10 <209199756+mustikka10@users.noreply.github.com>
… checkout to v6 Agent-Logs-Url: https://github.com/mustikka10/doh-server/sessions/dbf22fb1-64f3-43f7-9b85-1335c3aa7c4c Co-authored-by: mustikka10 <209199756+mustikka10@users.noreply.github.com>
…te runs Agent-Logs-Url: https://github.com/mustikka10/doh-server/sessions/dd61cbde-40c9-4334-9133-426a468a6bf1 Co-authored-by: mustikka10 <209199756+mustikka10@users.noreply.github.com>
Agent-Logs-Url: https://github.com/mustikka10/doh-server/sessions/dd61cbde-40c9-4334-9133-426a468a6bf1 Co-authored-by: mustikka10 <209199756+mustikka10@users.noreply.github.com>
…-pull-requests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.