Skip to content

Domain fronting config grouping#339

Merged
9seconds merged 2 commits intomasterfrom
domain-fronting-config-grouping
Feb 24, 2026
Merged

Domain fronting config grouping#339
9seconds merged 2 commits intomasterfrom
domain-fronting-config-grouping

Conversation

@9seconds
Copy link
Copy Markdown
Owner

This PR restructures config a little bit, grouping domain-fronting things:

domain-fronting-port = 443
domain-fronting-ip = "10.0.0.10"
domain-fronting-proxy-protocol = false

now become

[domain-fronting]
ip = "10.0.0.10"
port = 443
proxy-protocol = false

Old settings are fine, they can be set as well. But if new ones are set, they would be used. So, old settings are effective but deprecated.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Feb 24, 2026

Codecov Report

❌ Patch coverage is 46.42857% with 15 lines in your changes missing coverage. Please review.
✅ Project coverage is 68.57%. Comparing base (2cbee5d) to head (1cb225f).
⚠️ Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
internal/config/config.go 0.00% 12 Missing ⚠️
internal/cli/run_proxy.go 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #339      +/-   ##
==========================================
- Coverage   69.16%   68.57%   -0.60%     
==========================================
  Files          81       81              
  Lines        2734     2746      +12     
==========================================
- Hits         1891     1883       -8     
- Misses        737      757      +20     
  Partials      106      106              

☔ 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.

@9seconds 9seconds force-pushed the domain-fronting-config-grouping branch from 516b909 to 1cb225f Compare February 24, 2026 17:05
@9seconds 9seconds merged commit d7db8ca into master Feb 24, 2026
8 checks passed
@9seconds 9seconds deleted the domain-fronting-config-grouping branch February 24, 2026 17:07
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.

2 participants