Skip to content

Implement configurable DNS resolver#110

Merged
fifthsegment merged 5 commits intomasterfrom
codex/make-dns-resolver-configurable
Jan 26, 2026
Merged

Implement configurable DNS resolver#110
fifthsegment merged 5 commits intomasterfrom
codex/make-dns-resolver-configurable

Conversation

@fifthsegment
Copy link
Owner

Summary

  • make DNS resolver configurable in backend and default to 8.8.8.8:53
  • expose new dns_resolver setting via API and UI
  • allow updating resolver while server is running
  • document DNS resolver configuration

Testing

  • go test ./... (fails: connection resets and missing lsof)

https://chatgpt.com/codex/tasks/task_b_686fb18591f08324b48d3abf5e0384b9

@codecov-commenter
Copy link

codecov-commenter commented Jul 10, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.10%. Comparing base (c22cdbd) to head (ddfbe41).
Report is 4 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #110   +/-   ##
=======================================
  Coverage   70.10%   70.10%           
=======================================
  Files           1        1           
  Lines         378      378           
=======================================
  Hits          265      265           
  Misses         92       92           
  Partials       21       21           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@codiflow
Copy link

Just a short question – what prevents the PR from being merged? 😉

@fifthsegment fifthsegment merged commit 73e4f60 into master Jan 26, 2026
5 checks passed
@fifthsegment
Copy link
Owner Author

Just a short question – what prevents the PR from being merged? 😉

just lack of time to dedicate to this project 😢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants