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 .
- 18 Aug, 2019 2 commits
-
-
Yong Tang authored
Looks like there were some leftover in PR 3011 during the merge conflict rebase. This PR removes the unneeded file and fixed the plugin.cfg Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
Palash Nigam authored
Signed-off-by:Palash Nigam <npalash25@gmail.com> Closes: #2822
-
- 17 Aug, 2019 2 commits
-
-
AllenZMC authored
-
zhangguoyan authored
-
- 16 Aug, 2019 1 commit
-
-
AllenZMC authored
-
- 15 Aug, 2019 2 commits
-
-
AllenZMC authored
-
Cricket Liu authored
Just minor textual cleanup.
-
- 14 Aug, 2019 5 commits
-
-
AllenZMC authored
-
Miek Gieben authored
Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
Say a thing about 1.12.8 and HTTP/2 Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
format and simplify; highlighted some stuff in route53_test.go that could be further simplified. Signed-off-by:Miek Gieben <miek@miek.nl>
-
AllenZMC authored
-
- 13 Aug, 2019 10 commits
-
-
Miek Gieben authored
Add notes for next release; azure was merged, nice to get that out, some other bugfixes. Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
In the setup function use plugin.Error() to wrap the errors with the plugin name. Because there isn't a separate setup() function this is done for all returned errors. Remove *upstream.Upstream from the New parameters as this is always set and adjust the tests to account for this. Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
Just building in master updates the deps. Pushing this as a PR to get a clean build back. Signed-off-by:Miek Gieben <miek@miek.nl>
-
Chris O'Haver authored
-
dependabot-preview[bot] authored
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.21.2 to 1.22.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.21.2...v1.22.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.16.0 to 1.16.1. - [Release notes](https://github.com/DataDog/dd-trace-go/releases) - [Commits](https://github.com/DataDog/dd-trace-go/compare/v1.16.0...v1.16.1) 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.5.0 to 0.8.0. - [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.5.0...autorest/v0.8.0) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.0.0 to 1.1.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.0.0...v1.1.0) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Miek Gieben authored
* doc: formatting and point to plugin.md Slight tweaks in CONTRIBUTING.md and point to plugin.md which also has a bunch of info. Signed-off-by:
Miek Gieben <miek@miek.nl> * Update plugin.md Co-Authored-By:
Chris O'Haver <cohaver@infoblox.com> * Add minimize to configuration knobs Signed-off-by:
Miek Gieben <miek@miek.nl> * more Signed-off-by:
Miek Gieben <miek@miek.nl>
-
Andrey Meshkov authored
* Fix handling truncated responses in forward * Removed error check after proxy.Connect See https://github.com/coredns/coredns/pull/3110/files#r312942826
-
- 10 Aug, 2019 2 commits
-
-
Miek Gieben authored
New version to get the fix for: https://github.com/kubernetes/klog/pull/83 which can fix: https://github.com/coredns/coredns/pull/3055Signed-off-by:
Miek Gieben <miek@miek.nl>
-
Chris O'Haver authored
* fix switch order * remove fallthough * add test * fix test * distingush nxdomain/nodata for at least first subdomain of zone * restore fallthough; reorder switch cases
-
- 09 Aug, 2019 4 commits
-
-
Miek Gieben authored
no manual updates; just generated stuff. Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
document the environment option and some cleanups. Go over the code and fix/tweak random bits here and there. Condense a few lines here and there. Signed-off-by:Miek Gieben <miek@miek.nl>
-
Darshan Chaudhary authored
* Add plugin for Azure DNS Signed-off-by:
darshanime <deathbullet@gmail.com> * Rename AzureDNS plugin to Azure Signed-off-by:
darshanime <deathbullet@gmail.com> * remove upstream from azure syntax Signed-off-by:
darshanime <deathbullet@gmail.com> * Rename azure plugin block keynames Signed-off-by:
darshanime <deathbullet@gmail.com> * Normalize zone name before lookup in zones Signed-off-by:
darshanime <deathbullet@gmail.com> * Update import path for caddy Signed-off-by:
darshanime <deathbullet@gmail.com> * normalize azure zone name only if required Signed-off-by:
darshanime <deathbullet@gmail.com> * Add support for MX, SRV, TXT, records Signed-off-by:
darshanime <deathbullet@gmail.com> * Add specs for new record types Signed-off-by:
darshanime <deathbullet@gmail.com> * Use sequential updates for zones Signed-off-by:
darshanime <deathbullet@gmail.com> * Add OWNERS file for azure plugin Signed-off-by:
darshanime <deathbullet@gmail.com> * Rename imports for third party packages Signed-off-by:
darshanime <deathbullet@gmail.com> * Capitalize values in README Signed-off-by:
darshanime <deathbullet@gmail.com> * Shorten keys for azure plugin config Signed-off-by:
darshanime <deathbullet@gmail.com> * Fixup readme for azure plugin Signed-off-by:
darshanime <deathbullet@gmail.com>
-
ethan authored
Signed-off-by:ethan <guangming.wang@daocloud.io>
-
- 08 Aug, 2019 1 commit
-
-
Miek Gieben authored
Show example for DoH. And cleanup the README (format to 80 column linewidth). Fixes: #3094 Signed-off-by:Miek Gieben <miek@miek.nl>
-
- 05 Aug, 2019 2 commits
-
-
dependabot-preview[bot] authored
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.0.0 to 1.1.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.0.0...v1.1.0) 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.21.6 to 1.21.9. - [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.21.6...v1.21.9) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- 04 Aug, 2019 1 commit
-
-
Matt Kulka authored
the current update frequency for the refresh loop in the route 53 plugin is hard-coded to 1 minute. aws rate-limits the number of api requests so less frequent record refreshes can help when reaching those limits depending upon your individual scenarios. this pull adds a configuration option to the route53 plugin to adjust the refresh frequency. thanks for getting my last pull released so quickly. this is the last local change that i have been running and would love to get it contributed back to the project. Signed-off-by:Matt Kulka <mkulka@parchment.com>
-
- 03 Aug, 2019 1 commit
-
-
Miek Gieben authored
Use %d SOA serial when logging about the SOA serial. Signed-off-by:Miek Gieben <miek@miek.nl>
-
- 01 Aug, 2019 7 commits
-
-
Miek Gieben authored
Wanted this *before* 1.6.1 but I forgot; ah well... Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
... and another one Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
Various fixes to make things less flaky: * kubernetes: put klog.SetOutput in the setup function, not in the init function to see if that helps * file: make z.Expired a boolean instead of a pointer to a boolean * test: fix TestSecondaryZoneTransfer test, which wasn't actually testing in the right way. It's more right now, but may still be racy (race introduced because a file's lazy loading of zones) Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
Add the new (short) notes for the 1.6.1 release. Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
* plugin/hosts: create inline map in setup The inline map wasn't create in the setup.go fuction leading to a crash, which is masked by a recover (but leads to a SERVFAIL, and not logging the request). Various other simplifications. host plugin could use some test that actually cover these edgecases. Signed-off-by:
Miek Gieben <miek@miek.nl> * PR review changes Signed-off-by:
Miek Gieben <miek@miek.nl>
-
Matt Kulka authored
without the paging parameter set, it will default to 100 records per request. with large enough zones and potentially multiple coredns daemons configured to pull from route 53, this can quickly add up and reach aws global api rate limits (5/sec per root account). increasing paging to max can help reduce the number of requests needed to pull records for a zone without no down side that i am aware of. this helps issue #2353, but probably is not a complete fix. Signed-off-by:Matt Kulka <mkulka@parchment.com>
-
Miek Gieben authored
These are too hidden now. They increase the issue-load, because people don't see them. Add log.Errorf in the core/dnsserver recover routine. Signed-off-by:Miek Gieben <miek@miek.nl>
-