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 .
- 27 Sep, 2019 6 commits
-
-
Miek Gieben authored
Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
Automatically submitted.
-
Miek Gieben authored
add the acl manual page; mechanical change otherwise. Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
* plugin/reload: reflow documentation For some reason these we're all bullets points, which made for awkward reading. Signed-off-by:
Miek Gieben <miek@miek.nl> * typo Signed-off-by:
Miek Gieben <miek@miek.nl> * Update plugin/reload/README.md Co-Authored-By:
Michael Grosser <development@stp-ip.net>
-
Guangming Wang authored
Signed-off-by:Guangming Wang <guangming.wang@daocloud.io>
-
Miek Gieben authored
Remove talk about labels that are not added. Signed-off-by:Miek Gieben <miek@miek.nl>
-
- 26 Sep, 2019 2 commits
-
-
xieyanker authored
Signed-off-by:xieyanker <xjsisnice@gmail.com>
-
Miek Gieben authored
Automatically submitted.
-
- 25 Sep, 2019 1 commit
-
-
Guangming Wang authored
TrimPrefix re-assign to former variable Signed-off-by:Guangming Wang <guangming.wang@daocloud.io>
-
- 24 Sep, 2019 3 commits
-
-
dependabot-preview[bot] authored
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.23.21 to 1.24.3. - [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.23.21...v1.24.3) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [gopkg.in/DataDog/dd-trace-go.v1](https://github.com/DataDog/dd-trace-go) from 1.17.0 to 1.18.0. - [Release notes](https://github.com/DataDog/dd-trace-go/releases) - [Commits](https://github.com/DataDog/dd-trace-go/compare/v1.17.0...v1.18.0) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
li mengyang authored
Signed-off-by:hwdef <hwdef97@gmail.com>
-
- 23 Sep, 2019 1 commit
-
-
Guangming Wang authored
Signed-off-by:Guangming Wang <guangming.wang@daocloud.io>
-
- 20 Sep, 2019 1 commit
-
-
Miek Gieben authored
Abstract the caddy call and make it simpler. See #3261 for some part of the discussion. Go from: ~~~ go func init() { caddy.RegisterPlugin("any", caddy.Plugin{ ServerType: "dns", Action: setup, }) } ~~~ To: ~~~ go func init() { plugin.Register("any", setup) } ~~~ This requires some external documents in coredns.io to be updated as well; the old way still works, so it's backwards compatible. Signed-off-by:Miek Gieben <miek@miek.nl>
-
- 19 Sep, 2019 4 commits
-
-
yeya24 authored
* add host metrics Signed-off-by:
yeya24 <yb532204897@gmail.com> * update hosts readme docs Signed-off-by:
yeya24 <yb532204897@gmail.com>
-
Miek Gieben authored
Update all documentation in the tree to use example.org as an example configuration (in so far possible). As to get out of the just use "." and fallthrough and things would be fine. Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
* Run go mod -tidy Tidy up and fix the require of x/net to the hash used in miekg/dns, this seems to fix the "incompatible version bla bla" Signed-off-by:
Miek Gieben <miek@miek.nl> * Run go mod tidy Signed-off-by:
Miek Gieben <miek@miek.nl>
-
Guangming Wang authored
Signed-off-by:Guangming Wang <guangming.wang@daocloud.io>
-
- 16 Sep, 2019 4 commits
-
-
dependabot-preview[bot] authored
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.23.17 to 1.23.21. - [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.23.17...v1.23.21) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
* build(deps): bump github.com/miekg/dns from 1.1.16 to 1.1.17 Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.16 to 1.1.17. - [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.16...v1.1.17) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> * Update go.mod
-
dependabot-preview[bot] authored
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/prometheus/common/releases) - [Commits](https://github.com/prometheus/common/compare/v0.6.0...v0.7.0) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
yeya24 authored
Signed-off-by:yeya24 <yb532204897@gmail.com>
-
- 10 Sep, 2019 3 commits
-
-
Chris O'Haver authored
* updates for minikube -> kind transition Signed-off-by:
Chris O'Haver <cohaver@infoblox.com> * update container build Signed-off-by:
Chris O'Haver <cohaver@infoblox.com>
-
Miek Gieben authored
Automatically submitted.
-
Yong Tang authored
This fix fixes 3270 Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
- 09 Sep, 2019 5 commits
-
-
Miek Gieben authored
When there is no Corefile found we load the default. Add the log plugin to it, so you can see queries actually landing in CoreDNS. Signed-off-by:Miek Gieben <miek@miek.nl>
-
dependabot-preview[bot] authored
Bumps [gopkg.in/DataDog/dd-trace-go.v1](https://github.com/DataDog/dd-trace-go) from 1.16.1 to 1.17.0. - [Release notes](https://github.com/DataDog/dd-trace-go/releases) - [Commits](https://github.com/DataDog/dd-trace-go/compare/v1.16.1...v1.17.0) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [google.golang.org/api](https://github.com/google/google-api-go-client) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/google/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md) - [Commits](https://github.com/google/google-api-go-client/compare/v0.9.0...v0.10.0) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/Azure/go-autorest/releases) - [Changelog](https://github.com/Azure/go-autorest/blob/master/CHANGELOG.md) - [Commits](https://github.com/Azure/go-autorest/compare/autorest/v0.9.0...autorest/v0.9.1) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.23.13 to 1.23.17. - [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.23.13...v1.23.17) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- 08 Sep, 2019 10 commits
-
-
Chris O'Haver authored
-
Cricket Liu authored
-
Cricket Liu authored
-
Cricket Liu authored
-
Cricket Liu authored
-
Cricket Liu authored
-
Cricket Liu authored
-
Cricket Liu authored
-
Cricket Liu authored
-
Cricket Liu authored
-