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 .
- 07 Dec, 2018 1 commit
-
-
Daniel Garcia authored
-
- 06 Dec, 2018 1 commit
-
-
Chris O'Haver authored
Automatically submitted.
-
- 05 Dec, 2018 1 commit
-
-
Miek Gieben authored
Automatically submitted.
-
- 04 Dec, 2018 1 commit
-
-
Chris O'Haver authored
* improve loop troubleshoot docs * fix spelling
-
- 02 Dec, 2018 1 commit
-
-
Yong Tang authored
Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
- 01 Dec, 2018 3 commits
-
-
Miek Gieben authored
I think this is causing problem and it will actually clash with the scrubbing that now happens for all plugins anyway. We're assuming the returned message will be valid even with tc being set. request.Scrub follows that same logic. Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
* pkg/up: implement backoff Every 2nd failure we double the interval until we hit 4 * interval. This to have some sort of backoff, esp when a large cluster of coredns shares an upstream (original intent of up package) they will hammer the upstream. This put some back pressure on that. Signed-off-by:
Miek Gieben <miek@miek.nl> * Update plugin/pkg/up/up.go Co-Authored-By:
miekg <miek@miek.nl>
-
Chris O'Haver authored
-
- 30 Nov, 2018 2 commits
-
-
Miek Gieben authored
We're not doing anything with the data so stop doing it. Also makes travis 20% faster. Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
Upgrade to new dns lib version; that saw multiple improvements; some patch releases are in the pipeline. The big thing here is the removal of ErrTruncated, so we need to deal with this slightly different in the forward plugin. It removed the entire truncated.go logic and just checks the message for .Truncated (if there is a message) and retries with tcp. Signed-off-by:Miek Gieben <miek@miek.nl>
-
- 29 Nov, 2018 1 commit
-
-
Cricket Liu authored
Textual cleanup.
-
- 28 Nov, 2018 1 commit
-
-
Cricket Liu authored
Miscellaneous textual cleanup.
-
- 23 Nov, 2018 1 commit
-
-
Miek Gieben authored
Signed-off-by:Miek Gieben <miek@miek.nl>
-
- 21 Nov, 2018 3 commits
-
-
Jiacheng Xu authored
-
John Belamaric authored
The loadbalancer plugin reorders records. It was doing this for zone transfers - if you had a CNAME in the zone then your transfer would be broken because it would get put before the SOA record.
-
Miek Gieben authored
Automatically submitted.
-
- 20 Nov, 2018 2 commits
-
-
Miek Gieben authored
* plugin/forward: remove dynamic read timeout We care about an upstream being there, so we still have a dynamic dial time out (by way higher then 200ms) of 1s; this should be fairly stable for an upstream. The read timeout if more variable because of cached and non cached responses. As such remove his logic entirely. Drop to 2s read timeout. Fixes #2306 Signed-off-by:Miek Gieben <miek@miek.nl>
-
Yong Tang authored
Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
- 16 Nov, 2018 3 commits
-
-
stuart nelson authored
* Set SOA record TTL as min of TTL/MINIMUM According to https://tools.ietf.org/html/rfc2308#section-3: The TTL of this record is set from the minimum of the MINIMUM field of the SOA record and the TTL of the SOA itself, and indicates how long a resolver may cache the negative answer. Set the TTL accordingly so as to not always negative cache SOA records for 300 seconds. * Inline min func * Update SOA record tests * Fix types
-
Miek Gieben authored
* Redo the plugin log PR Remove the code duplication and call of the "official" functions. This is the second(?) time we forgot to update the other half, so remove that problem entirely. Also add a test if the correct (within limits) time in front of the log line. Signed-off-by:
Miek Gieben <miek@miek.nl> * Remove pFormat Signed-off-by:
Miek Gieben <miek@miek.nl>
-
Chris O'Haver authored
* Add email * Add my affiliated organization (Infoblox)
-
- 15 Nov, 2018 1 commit
-
-
Francois Tur authored
* Add email next to my github handle Following Governance description, I add my email next to my github handle. I would need for CNCF Graduation to show the different organizations the maintainers are from. Anyone with no email or personal email (like gmail) will be considered under its own organization. That would also help when vote will come-in, as we restraint votes for people on the same organization. @miekg : * I guess that will need change in the dreck project that parse this file. * Do you want me to PR the change on that project (miek/dreck) ? * Update with a comment Co-Authored-By:fturib <ftur@infoblox.com>
-
- 14 Nov, 2018 8 commits
-
-
Yong Tang authored
Based on comment: https://github.com/coredns/coredns/pull/2298#issuecomment-438473086Signed-off-by:
Yong Tang <yong.tang.github@outlook.com>
-
Yong Tang authored
* Project lead This change is considered as part of the GOVERNANCE.md update (11/12/2018) to add the project lead in OWNERS file. The term (11/12/2019) aligns with GOVERNANCE.md update. Signed-off-by:
Yong Tang <yong.tang.github@outlook.com> * Change term to 11/11/2019, as it should be part of the GOVERNANCE.md update (11/12/2018) Signed-off-by:
Yong Tang <yong.tang.github@outlook.com> * Update to use comment Signed-off-by:
Yong Tang <yong.tang.github@outlook.com>
-
Chris O'Haver authored
* check allowed transfers * add tests for parsing, and comment about refactor
-
Chris O'Haver authored
* Update GOVERNANCE.md * feedback * capitalize CNCF
-
Miek Gieben authored
999 chops of suffix zero, 000 allows for the milliseconds to be always printed with 3 chars. This makes the log the printed with the same columns. (partial logs below) 2018-11-13T21:13:28.249Z [INFO] [::1] 2018-11-13T21:13:48.414Z [INFO] [::1] 2018-11-13T21:13:49.1Z [INFO] [::1] vs: 2018-11-13T21:20:22.262Z [INFO] [::1] 2018-11-13T21:20:22.436Z [INFO] [::1] 2018-11-13T21:20:22.608Z [INFO] [::1] Signed-off-by:Miek Gieben <miek@miek.nl>
-
Yong Tang authored
Update README.md in route53 plugin, as credentials_file is not supported. Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
Sandeep Rajan authored
-
Francois Tur authored
* - add metadata support to Log * - adapt ctx after rebase
-
- 13 Nov, 2018 3 commits
-
-
Chris O'Haver authored
-
Yong Tang authored
Automatically submitted.
-
Chris O'Haver authored
-
- 10 Nov, 2018 1 commit
-
-
Chris O'Haver authored
Automatically submitted.
-
- 08 Nov, 2018 2 commits
- 07 Nov, 2018 1 commit
-
-
Jiacheng Xu authored
-
- 05 Nov, 2018 2 commits
-
-
moredhel authored
-
Miek Gieben authored
Signed-off-by:Miek Gieben <miek@miek.nl>
-
- 04 Nov, 2018 1 commit
-
-
Miek Gieben authored
* plugin/host: parse file without holding lock Parse first and then swap the maps *while* holding the lock. Signed-off-by:
Miek Gieben <miek@miek.nl> * add back in the parse function, but now purely for testing Signed-off-by:
Miek Gieben <miek@miek.nl>
-