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 .
- 17 May, 2021 2 commits
-
-
dependabot[bot] authored
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.38.37 to 1.38.40. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.38.37...v1.38.40) 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/prometheus/common](https://github.com/prometheus/common) from 0.23.0 to 0.24.0. - [Release notes](https://github.com/prometheus/common/releases) - [Commits](https://github.com/prometheus/common/compare/v0.23.0...v0.24.0) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 15 May, 2021 1 commit
-
-
Jason Du authored
Signed-off-by:Jason Du <xdu@infoblox.com>
-
- 14 May, 2021 2 commits
-
-
Miek Gieben authored
-
Keith Coleman authored
Signed-off-by:Keith C <keith@fraudmarc.com>
-
- 13 May, 2021 2 commits
-
-
Yong Tang authored
-
Chris O'Haver authored
Signed-off-by:Chris O'Haver <cohaver@infoblox.com>
-
- 12 May, 2021 1 commit
-
-
coredns[bot] authored
Signed-off-by:coredns[bot] <bot@bot.coredns.io>
-
- 11 May, 2021 6 commits
-
-
Miek Gieben authored
* Add preliminary notes for 1.8.4 Draft notes for 1.8.4 Signed-off-by:
Miek Gieben <miek@miek.nl> * Update notes/coredns-1.8.4.md Co-authored-by:
Chris O'Haver <cohaver@infoblox.com> * Update notes/coredns-1.8.4.md Co-authored-by:
Chris O'Haver <cohaver@infoblox.com> * Update notes/coredns-1.8.4.md Co-authored-by:
Chris O'Haver <cohaver@infoblox.com> Co-authored-by:
Chris O'Haver <cohaver@infoblox.com>
-
dependabot[bot] authored
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.38.30 to 1.38.37. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.38.30...v1.38.37) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Miek Gieben authored
* core: fix v4 non-octet reverse zones This fixes the reverse zones handling. Add expanstion of the reverse notation to all octet boundary subnets and add those to the config - just as if they were directly typed in the config. This takes inspiration from #4501, but that (even with DCO!!) seems to be just using https://github.com/apparentlymart/go-cidr/ so use that instead - I think a minor function is still needed that one is copied from #4501. Also sort the zones we are listing on startup - caught in this PR because of the expanded zones being not listed next to each other. This also removes the need for FilterFunc from the config, so this is now gone as well, making the whole thing slightly more efficient. Add couple of reverse unit tests and a e2e test that queries for the correct (and incorrect) reverse zones and checks the reply. Closes: #4501 Fixes: #2779 Signed-off-by:
Miek Gieben <miek@miek.nl> * Add more test cases Add test from origin bug report: #2779 Signed-off-by:
Miek Gieben <miek@miek.nl> * Rebase and fix conflicts Signed-off-by:
Miek Gieben <miek@miek.nl>
-
Steve Greene authored
The following test failure for `TestZoneReload` can be observed periodically: `file_reload_test.go:58: Expected two RR in answer section got 2` This failure can be consistently reproduced using the following command (on my machine, at least): `( cd test ; go test -v -race -run "TestZoneReload" ./... -count=500)` test/file_reload_test.go: Address a typo in a test failure message. Sleep for double the file reload interval to avoid a rare race condition between test code and the file plugin's reload code, which is presumably a result of the time it takes to actually reload. Signed-off-by:Stephen Greene <sgreene@redhat.com>
-
Chris O'Haver authored
Signed-off-by:Chris O'Haver <cohaver@infoblox.com>
-
Chris O'Haver authored
* support v1 and v1beta1 endpointslice Signed-off-by:
Chris O'Haver <cohaver@infoblox.com> * update comments Signed-off-by:
Chris O'Haver <cohaver@infoblox.com>
-
- 10 May, 2021 1 commit
-
-
dependabot[bot] authored
-
- 06 May, 2021 1 commit
-
-
Keith Coleman authored
Signed-off-by:Keith C <keith@fraudmarc.com>
-
- 05 May, 2021 3 commits
-
-
Yury Tsarev authored
Signed-off-by:Yury Tsarev <yury.tsarev@absa.africa>
-
Théotime Lévêque authored
-
coredns[bot] authored
Signed-off-by:coredns[bot] <bot@bot.coredns.io>
-
- 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>
-