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 .
- 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>
-
- 23 Feb, 2021 3 commits
-
-
Miek Gieben authored
unsure why this only pops up, but the yaml was not correct for this workflow. Randomly added whitespace until it parsed as proper yaml Signed-off-by:Miek Gieben <miek@miek.nl>
-
-
slick-nic authored
* Rewrite plugin - rewrite SRV targets and names in response answer and additional records Signed-off-by:
Nic Colledge <nic@njcolledge.net> * Added README content to describe new behaviour Signed-off-by:
Nic Colledge <nic@njcolledge.net> * Added more record types to rewrite handling based on PR/Issue feedback Signed-off-by:
Nic Colledge <nic@njcolledge.net> * Updated README.md for plugin Signed-off-by:
Nic Colledge <nic@njcolledge.net> * Updated unit tests. Small refactor of getTarget... function. Signed-off-by:
Nic Colledge <nic@njcolledge.net> * Refactor to add response value rewrite as answer value option Signed-off-by:
Nic Colledge <nic@njcolledge.net> * Removed TODO comment, added test for NAPTR record. Signed-off-by:
Nic Colledge <nic@njcolledge.net>
-
- 18 Feb, 2021 2 commits
-
-
Johnny Bergström authored
Makes it possible to read the current http request while serving DNS Signed-off-by:Johnny Bergström <johnny@klaudify.se>
-
chantra authored
Those 2 attriburtes were not cleared as part of `Clear()` call. Signed-off-by:chantra <chantr4@gmail.com>
-
- 15 Feb, 2021 5 commits
-
-
coredns-auto-go-mod-tidy[bot] authored
-
dependabot-preview[bot] authored
-
coredns-auto-go-mod-tidy[bot] authored
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
-
- 13 Feb, 2021 1 commit
-
-
Miek Gieben authored
-
- 12 Feb, 2021 1 commit
-
-
Miek Gieben authored
-
- 10 Feb, 2021 1 commit
-
-
Miek Gieben authored
* plugin/sign: track zone file's mtime Resign if the original zone's mtime is change in some way. Closes #4407 Signed-off-by:
Miek Gieben <miek@miek.nl> * Update plugin/sign/README.md Co-authored-by:
Chris O'Haver <cohaver@infoblox.com> Co-authored-by:
Yong Tang <yong.tang.github@outlook.com> Co-authored-by:
Chris O'Haver <cohaver@infoblox.com>
-
- 09 Feb, 2021 2 commits
-
-
coredns-auto-go-mod-tidy[bot] authored
-
Jun Chen authored
Signed-off-by:answer1991 <answer1991.chen@gmail.com>
-
- 08 Feb, 2021 4 commits
-
-
coredns-auto-go-mod-tidy[bot] authored
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
-
- 05 Feb, 2021 1 commit
-
-
Miek Gieben authored
* plugin/transfer: only allow outgoing axfr over tcp Return refused when the query comes in over udp. No need to add a new test case as the current crop needed to be changed to use TCP. Fixes: #4450 Signed-off-by:
Miek Gieben <miek@miek.nl> * transfer tests: this needs tcp as well Signed-off-by:
Miek Gieben <miek@miek.nl>
-
- 01 Feb, 2021 4 commits
-
-
Miek Gieben authored
Copy the msg to prevent messing with the (via the pointer) original created message that may be stored in the cache or anything other data store. Signed-off-by:Miek Gieben <miek@miek.nl>
-
George Shammas authored
Currently ACLs only allow for allow and block, however it isn't always desirable to set the status code to REFUSED. Often times you want to completely hide the fact that those records even exist. Adding the ability to acl to filter results makes it significantly harder for a third party to know that the records are being masked. Signed-off-by:George Shammas <george@shamm.as>
-
dependabot-preview[bot] authored
Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.35 to 1.1.37. - [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.35...v1.1.37) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
dependabot-preview[bot] authored
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.36.31 to 1.37.1. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.36.31...v1.37.1) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
- 29 Jan, 2021 1 commit
-
-
Manuel Rüger authored
This commit replaces `manifest-tool` with `docker manifest`, which should hopefully provide a better experience for releasing coredns. In addition it integrates mips64le (since it's supported by `docker manifest`) in LINUX_ARCHES, so docker images for mips64le are pushed as well. Signed-off-by:Manuel Rüger <manuel@rueg.eu>
-
- 28 Jan, 2021 4 commits
-
-
Miek Gieben authored
* Revert "make copies of RRs before returning them (#4409)" This reverts commit 8b2ff6c3. * Document copying responses See #4409 and the comments. This documents that issue, but doesn't change the in-tree plugins just yet. Signed-off-by:
Miek Gieben <miek@miek.nl> * Update plugin.md Co-authored-by:
Chris O'Haver <cohaver@infoblox.com> Co-authored-by:
Chris O'Haver <cohaver@infoblox.com>
-
Bob authored
Traces are currently working properly with datadog with the exception of having the ability to facet the tags  In order to get valuable graph in dashboard the tag on the metrics need to be faceted by datadog. This PR update the tags with facetable path. While keeping backward compatibility with existing path for zipkin. Graph like:      Signed-off-by:
bob <bob.bouteillier@datadoghq.com>
-
coredns-auto-go-mod-tidy[bot] authored
-
Maxime Ginters authored
* plugin/forward Add rcode and rtype to request_duration_seconds metric Signed-off-by:
Maxime Ginters <maxime.ginters@shopify.com> * Control the cardinality of query type Signed-off-by:
Maxime Ginters <maxime.ginters@shopify.com>
-
- 27 Jan, 2021 1 commit
-
-
TimYin authored
Signed-off-by:timyinshi <shiguangyin@inspur.com>
-