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 .
- 24 Nov, 2016 1 commit
-
-
Mark Nevill authored
-
- 16 Nov, 2016 3 commits
-
-
Miek Gieben authored
K8s Test Cleanup and Service PTR
-
Miek Gieben authored
middleware/auto: Close to reader
-
Miek Gieben authored
Close the reader, stop leaking file descriptors.
-
- 15 Nov, 2016 5 commits
-
-
John Belamaric authored
-
John Belamaric authored
-
John Belamaric authored
Change the CI setup for K8s to be simpler. Now it just creates a set of objects via a yaml file, making it very easy to modify the tests. Implement PTR for services.
-
Miek Gieben authored
Provide TTL examples for cache middleware. Fixes: #364 Add interaction docs to make non invalidation for cache middleware clear. Cache might serve stale records. Fixes: #403
-
Michael Grosser authored
Provide TTL examples for cache middleware. Fixes: #364 Add interaction docs to make non invalidation for cache middleware clear. Cache might serve stale records. Fixes: #403
-
- 14 Nov, 2016 2 commits
-
-
Yong Tang authored
Fixes several typos in docs. Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
Yong Tang authored
This fix adds Codecov badge to README.md so that coverage data shows up. Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
- 13 Nov, 2016 2 commits
-
-
Miek Gieben authored
-
Michael Grosser authored
* Fix typos * Simplify code * Fix error usage
-
- 12 Nov, 2016 3 commits
-
-
Miek Gieben authored
Only manual operation is editing the source - even that could be automated but meh.
-
Miek Gieben authored
-
Miek Gieben authored
-
- 11 Nov, 2016 2 commits
-
-
Miek Gieben authored
-
Chris O'Haver authored
* When no records match, reply with NXDOMAIN * Implement in IsNameError * case for unexposed namespace. k8s integation tests * Fix imports order. Lower case of err strs.
-
- 10 Nov, 2016 5 commits
-
-
Miek Gieben authored
This reverts commit 15ab38f0.
-
Miek Gieben authored
-
John Belamaric authored
Add type to default template
-
Chris O'Haver authored
-
Chris O'Haver authored
-
- 09 Nov, 2016 6 commits
-
-
Michael Grosser authored
-
Miek Gieben authored
* middleware/file: also react to rename events. * React to all events
-
Miek Gieben authored
Up till now we would only chase 1 CNAME. Spec requires we will chase all. This PR add support for this. Up to 8 CNAMEs are chased (this could be longer, by just checking for cycles, but 8 seems enough for now). Also add RRSIG of the first CNAME for DNSSEC.
-
Miek Gieben authored
* middleware/cache: cache 0 will be capped at 5 cache 0 would return TTL=0 records, up that to the documented minimum of 5 seconds. * middleware/cache: check for 0 TTL Handle 0 TTL differently and return an error, we might need to special case this in the future.
-
Miek Gieben authored
Remove unwanted flags (mostly from glog) and keep the ones we need.
-
Miek Gieben authored
Slightly better errors reporting for failing to sent a notify.
-
- 08 Nov, 2016 4 commits
-
-
Miek Gieben authored
Be more explicit in the logs when a notify fails. New notify error message looks like: 2016/11/07 18:21:42 [ERROR] Notify for zone "example.org." was not accepted by "8.8.8.8:53": rcode was "SERVFAIL" Correctly pick up secondaries When multiple secondary are specified make sure they are picked up. Fixes #393 #398
-
Miek Gieben authored
Extent typify to check the transfers, dynamic updates and notifies. Extend *cache* to not put these in the cache. Fixes #393
-
John Belamaric authored
The watchers were still trying to process raw v1 objects which failed to be added to the store. This meant new services and namespaces created after CoreDNS started would not be discoverable. Add a filter function that converts watch events with v1 objects to events with api objects.
-
Miek Gieben authored
-
- 07 Nov, 2016 6 commits
-
-
Miek Gieben authored
Small tweak to tag docker image with current release number.
-
Miek Gieben authored
* add extra test * middleware/auto: fix crash when calling empty handler Don't call the next middleware, we should be auth. for this zone getitng into this path we should respond with ServFail. Fixes #388
-
Miek Gieben authored
-
Miek Gieben authored
-
Miek Gieben authored
Lint and vet the curret code add docs about adding a git post-commit hook that performs these actions after each commit.
-
Miek Gieben authored
Don't panic on a non-existent directory. Add test for it as well. Fixes #384
-
- 06 Nov, 2016 1 commit
-
-
Miek Gieben authored
A NSEC record is need to deny any other name that might exist. Also don't blindly perform the interface conversion when getting glue for NS records as they now may include RRSIG - also add tests for that.
-