Skip to content

fix(dns): validate custom resolver URLs - #965

Merged
ryanfowler merged 1 commit into
mainfrom
fix/validate-dns-server-urls
Aug 8, 2026
Merged

fix(dns): validate custom resolver URLs#965
ryanfowler merged 1 commit into
mainfrom
fix/validate-dns-server-urls

Conversation

@ryanfowler

Copy link
Copy Markdown
Owner

Summary

  • parse custom DNS server values once and reuse the validated representation
  • reject invalid URL components and zero resolver ports
  • support mixed-case resolver schemes and document the accepted URL forms

Validation

  • cargo fmt --check
  • cargo clippy --locked --all-targets --all-features -- -D warnings
  • cargo test --locked --all-features --lib --bins
  • cargo test --locked --all-features --test cli --test formatting --test grpc --test har --test http --test install --test network --test terminal --test update --test websocket -- --test-threads=2

@ryanfowler
ryanfowler enabled auto-merge (squash) August 8, 2026 09:15
@ryanfowler
ryanfowler merged commit 721a6f6 into main Aug 8, 2026
9 of 12 checks passed
@ryanfowler
ryanfowler deleted the fix/validate-dns-server-urls branch August 8, 2026 09:27
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