Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@wafuwafu13
Copy link
Contributor

@wafuwafu13 wafuwafu13 commented Apr 12, 2025

1. Why is this pull request needed and what does it do?

2. Which issues (if any) are related?

None

3. Which documentation changes (if any) need to be made?

Already documented
https://coredns.io/plugins/secondary/

A working syntax would be:
secondary [zones...] {
transfer from ADDRESS [ADDRESS...]
}

4. Does this introduce a backward incompatible change or deprecation?

No. This change enforces that secondary zones must have a transfer from property, which was already an implicit requirement and is documented in the plugin documentation.
The change makes this requirement explicit in the code.

},
{
`secondary example.org {
transferr from 127.0.0.1
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Intentionally made a typo.

@codecov
Copy link

codecov bot commented Apr 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.60%. Comparing base (93c57b6) to head (271eba2).
Report is 1419 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7249      +/-   ##
==========================================
+ Coverage   55.70%   56.60%   +0.90%     
==========================================
  Files         224      270      +46     
  Lines       10016    17413    +7397     
==========================================
+ Hits         5579     9856    +4277     
- Misses       3978     6965    +2987     
- Partials      459      592     +133     

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

@chrisohaver chrisohaver merged commit 328165d into coredns:master Apr 25, 2025
13 checks passed
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