This project is mirrored from https://github.com/coredns/coredns.git.
The repository failed to update .
Repository mirroring has been paused due to too many failed attempts, and can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts, and can be resumed by a project maintainer.
Last successful update .
- 04 May, 2021 4 commits
-
-
Chris O'Haver authored
* fix SOA response for non-apex queries Signed-off-by:
Chris O'Haver <cohaver@infoblox.com> * handle mixed case Signed-off-by:
Chris O'Haver <cohaver@infoblox.com> * do full string compare Signed-off-by:
Chris O'Haver <cohaver@infoblox.com>
-
Chris O'Haver authored
Signed-off-by:Chris O'Haver <cohaver@infoblox.com>
-
wangchenglong01 authored
* Add error check to avoid panic Signed-off-by:
Cookie Wang <luckymrwang@163.com> * Add error check to avoid panic Signed-off-by:
Cookie Wang <luckymrwang@163.com> Co-authored-by:
Cookie Wang <luckymrwang@163.com>
-
Uwe Krueger authored
* plugin/rewrite: streamline the ResponseRule handling. The functionality of a response rule is now completely encapsulated behind a `ResponseRule` interface. This significantly simplifies the complete processing flow, it enables more flexible response handling and it is possible to eliminate lots of state flags, ifs and switches. Based on the new flexibility the pull request also enables to support a response name rewrite for all name rewrite types. To be compatible, an explicit `answer auto` option is added to support a best effort response rewrite (name and value). Additionally now all name rewrite rules support additional name and value reponse rewrite options. Using this feature it is also possible now to rewrite a complete sub domain hierarchy to a single domain name combined with a correct rewrite (#2389). Signed-off-by:
Uwe Krueger <uwe.krueger@sap.com> * revert policy Signed-off-by:
Uwe Krueger <uwe.krueger@sap.com> Co-authored-by:
Miek Gieben <miek@miek.nl>
-
- 03 May, 2021 3 commits
-
-
ntoofu authored
* etcd plugin: Add testcases for `TargetStrip` feature Signed-off-by:
ntoofu <ntoofu@users.noreply.github.com> * etcd plugin: Fix inconsistent names in glue records Signed-off-by:
ntoofu <ntoofu@users.noreply.github.com>
-
dependabot[bot] authored
-
dependabot[bot] authored
-
- 28 Apr, 2021 2 commits
-
-
coredns[bot] authored
Signed-off-by:coredns[bot] <bot@bot.coredns.io>
-
Chris O'Haver authored
Signed-off-by:Chris O'Haver <cohaver@infoblox.com>
-
- 26 Apr, 2021 2 commits
-
-
dependabot[bot] authored
-
dependabot[bot] authored
-
- 22 Apr, 2021 4 commits
-
-
dependabot[bot] authored
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.9.0...v1.10.0) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.4.3 to 1.5.2. - [Release notes](https://github.com/golang/protobuf/releases) - [Commits](https://github.com/golang/protobuf/compare/v1.4.3...v1.5.2) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go) from 53.1.0+incompatible to 53.3.0+incompatible. - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/Azure/azure-sdk-for-go/compare/v53.1.0...v53.3.0) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
milgradesec authored
* Create dependabot.yml Signed-off-by:
milgradesec <38557680+milgradesec@users.noreply.github.com> * Update dependabot.yml Signed-off-by:
milgradesec <38557680+milgradesec@users.noreply.github.com>
-
- 16 Apr, 2021 1 commit
-
-
Yong Tang authored
As commit push holds write access of GITHUB_TOKEN, we may want to limit the scope of third-party test run. This PR disable CodeCov on commit push. Pull request is still ok. Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
- 14 Apr, 2021 1 commit
-
-
coredns[bot] authored
Signed-off-by:coredns[bot] <bot@bot.coredns.io>
-
- 10 Apr, 2021 1 commit
-
-
Yong Tang authored
As dependabot has been failing for some time, this PR manually updates all dependencies when possible. Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
- 09 Apr, 2021 1 commit
-
-
Chris O'Haver authored
-
- 05 Apr, 2021 2 commits
-
-
Miek Gieben authored
* plugin/dnssec: use entire RRset as key input This uses the entire rrset as input for the hash key; this is to detect differences in the RRset and generate the correct signature. As this would then lead to unbounded growth, we periodically (every 8h) prune the cache of old entries. In theory we could rely on the random eviction, but it seems nicer to do this in a maintannce loop so that we remove the unused ones. This required adding a Walk function to the plugin/pkg/cache. Signed-off-by:
Miek Gieben <miek@miek.nl> * Update plugin/dnssec/cache.go Co-authored-by:
Chris O'Haver <cohaver@infoblox.com> Co-authored-by:
Chris O'Haver <cohaver@infoblox.com>
-
cuirunxing-hub authored
Signed-off-by:cuirunxing-hub <cuirunxing@inspur.com>
-
- 26 Mar, 2021 1 commit
-
-
Chris O'Haver authored
* do endpoint/slice check in retry loop Signed-off-by:Chris O'Haver <cohaver@infoblox.com>
-
- 25 Mar, 2021 1 commit
-
-
Mohammad Yosefpor authored
* plugin/bind: exclude interface or ip address Signed-off-by:
Mohammad Yosefpor <myusefpur@gmail.com> * fix README.md Signed-off-by:
Mohammad Yosefpor <myusefpur@gmail.com> * Apply suggestions, Fix test Signed-off-by:
Mohammad Yosefpor <myusefpur@gmail.com> * Apply suggestions, move errs to setup Signed-off-by:
Mohammad Yosefpor <myusefpur@gmail.com>
-
- 21 Mar, 2021 1 commit
-
-
Frank Riley authored
Signed-off-by:Frank Riley <fhriley@gmail.com>
-
- 19 Mar, 2021 2 commits
-
-
Miek Gieben authored
To combat label cardinality explosions remove the type from metrics. This was most severe in the histogram for request duration, remove it there. It's also highlighted difference between grpc and forward code, where forward did use type and grpc didn't; getting rid of all that "fixes" that discrepancy Move monitor.go back into the vars directory and make it private again. Also name it slightly better Fixes: #4507 Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
-
- 18 Mar, 2021 5 commits
-
-
Miek Gieben authored
When the interface doesn't exist you get: plugin/bind: not a valid IP address: eth0 Fix the wording that this can also be interface name. Also %q the argument in the error mesg. Signed-off-by:Miek Gieben <miek@miek.nl>
-
Mohammad Yosefpor authored
* Discard link-local addresses on binding Signed-off-by:
Mohammad Yosefpor <myusefpur@gmail.com> * Update plugin/bind: README.md Signed-off-by:
Mohammad Yosefpor <myusefpur@gmail.com> * Except for IPv6 link-local only Signed-off-by:
Mohammad Yosefpor <myusefpur@gmail.com>
-
Miek Gieben authored
This moves all workflows that commit to a schedule, so that it _doesn't_ push into peoples PRs as that enlarges them and is just non-obvious. They run throughout the week. Also change the "user" we use for this, so that DCO believes it a real email address (DCO is pretty stupid here). Update the authors target to filter out this bot as well. Signed-off-by:Miek Gieben <miek@miek.nl>
-
coredns-auto-go-mod-tidy[bot] authored
Signed-off-by:coredns-auto-go-mod-tidy[bot] <coredns-auto-go-mod-tidy[bot]@users.noreply.github.com>
-
Mohammad Yosefpor authored
* auto make -f Makefile.doc Signed-off-by:
Mohammad Yosefpor <myusefpur@gmail.com> * Bind by interface name Signed-off-by:
Mohammad Yosefpor <myusefpur@gmail.com> * README.md: Interface with multiple address Signed-off-by:
Mohammad Yosefpor <myusefpur@gmail.com> * auto make -f Makefile.doc Signed-off-by:
Mohammad Yosefpor <myusefpur@gmail.com> * auto make -f Makefile.doc Signed-off-by:
Mohammad Yosefpor <myusefpur@gmail.com> * Elaborate more on the behaviour in README.md, revert man/*, fix tests Signed-off-by:
Mohammad Yosefpor <myusefpur@gmail.com> * auto make -f Makefile.doc Signed-off-by:
Mohammad Yosefpor <myusefpur@gmail.com> * --sign-off Revert man/* to fix DCO check Signed-off-by:
Mohammad Yosefpor <myusefpur@gmail.com> * auto make -f Makefile.doc * Revert man/* to fix DCO check Signed-off-by:
Mohammad Yosefpor <myusefpur@gmail.com> Co-authored-by:
coredns-auto-go-mod-tidy[bot] <coredns-auto-go-mod-tidy[bot]@users.noreply.github.com>
-
- 17 Mar, 2021 1 commit
-
-
Miek Gieben authored
This doesn't do much, but at least it doesn't litter PRs with non-signed commits. This should keep the DCO clean(er) Signed-off-by:Miek Gieben <miek@miek.nl>
-
- 16 Mar, 2021 7 commits
-
-
coredns-auto-go-mod-tidy[bot] authored
-
Chris O'Haver authored
Signed-off-by:Chris O'Haver <cohaver@infoblox.com>
-
Chris O'Haver authored
Signed-off-by:Chris O'Haver <cohaver@infoblox.com>
-
Miek Gieben authored
So there is (and will always) be a disconnect between latest Go in the workflow and the actual latest Go used by other utils. Faillint move to go 1.16 features and for some reason this now borkes. Add ||true to allow failling to not compile, this will skip that particular test (so be it) Signed-off-by:Miek Gieben <miek@miek.nl>
-
coredns-auto-go-mod-tidy[bot] authored
-
dependabot-preview[bot] authored
Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.38 to 1.1.40. - [Release notes](https://github.com/miekg/dns/releases) - [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release) - [Commits](https://github.com/miekg/dns/compare/v1.1.38...v1.1.40) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
Miek Gieben authored
presubmit failing, fix import path. Signed-off-by:Miek Gieben <miek@miek.nl>
-
- 15 Mar, 2021 1 commit
-
-
coredns-auto-go-mod-tidy[bot] authored
-