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 .
- 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 4 commits
-
-
coredns-auto-go-mod-tidy[bot] authored
-
Miek Gieben authored
This reverts commit c4720b8a.
-
-
Soumya Ghosh Dastidar authored
* Added minimal-responses plugin Signed-off-by:
Soumya Ghosh Dastidar <gdsoumya@gmail.com> * Removed unnecessary comments * Updated tests Signed-off-by:
Soumya Ghosh Dastidar <gdsoumya@gmail.com> * Reformated imports Signed-off-by:
Soumya Ghosh Dastidar <gdsoumya@gmail.com> * Updated package name Signed-off-by:
Soumya Ghosh Dastidar <gdsoumya@gmail.com> * Removed unnecessary comments Co-authored-by:
Miek Gieben <miek@miek.nl> * Added changes Signed-off-by:
Soumya Ghosh Dastidar <gdsoumya@gmail.com> * updated Signed-off-by:
Soumya Ghosh Dastidar <gdsoumya@gmail.com> * Updated comment for NextOrFailure Signed-off-by:
Soumya Ghosh Dastidar <gdsoumya@gmail.com> * Updated to test.Case for testing Signed-off-by:
Soumya Ghosh Dastidar <gdsoumya@gmail.com> * Formated imports using goimports Signed-off-by:
Soumya Ghosh Dastidar <gdsoumya@gmail.com> Co-authored-by:
Miek Gieben <miek@miek.nl>
-
- 10 Mar, 2021 2 commits
-
-
Miek Gieben authored
* transfer: reply with refused When the *transfer* plugin is not loaded and of the handlers will still see the AXFR/IXFR request because it is not intercepted. They need to reply with REFUSED in that case. Update file, auto and k8s to do this. Add testcase in the file plugin. Ideally *erratic* should be moved over as well, but maybe that's *erratic* This is a bug fix. Signed-off-by:
Miek Gieben <miek@miek.nl> * import path Signed-off-by:
Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
Update go.mod to 1.16 and make the workflows default to the latest available. Signed-off-by:Miek Gieben <miek@miek.nl>
-
- 08 Mar, 2021 2 commits
-
-
coredns-auto-go-mod-tidy[bot] authored
-
Miek Gieben authored
Watching TGI Kubernetes 147 and it helps to show a small zonefile example in the documentation. Signed-off-by:Miek Gieben <miek@miek.nl>
-
- 04 Mar, 2021 1 commit
-
-
Paco Xu authored
-
- 26 Feb, 2021 3 commits
-
-
Miek Gieben authored
A generic question might be more suited for a discussion, add pointer to the issue template. Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
When err=nil try to determine the version of the k8s cluster and disable endpoint slices. Don't return from connecting to the cluster. In the future we should just default to true, and delete all this code. Signed-off-by:Miek Gieben <miek@miek.nl>
-
Chris O'Haver authored
Signed-off-by:Chris O'Haver <cohaver@infoblox.com>
-
- 25 Feb, 2021 1 commit
-
-
Miek Gieben authored
Just dry-run all important targets. Signed-off-by:Miek Gieben <miek@miek.nl>
-
- 24 Feb, 2021 6 commits
-
-
Miek Gieben authored
See #4484 Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
Move the make syntax out of the shell syntax section and pull it to the top of the file. Also add notes on how to test this script. And yes Makefile syntax is pretty horrible. Testing on a release machine with my personal docker repo. Signed-off-by:Miek Gieben <miek@miek.nl>
-
coredns-auto-go-fmt[bot] authored
-
Miek Gieben authored
See #4479 Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
Update the notes and set the date to tomorrow. See #4479 Signed-off-by:Miek Gieben <miek@miek.nl>
-