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 .
- 16 Sep, 2016 2 commits
-
-
Yong Tang authored
Kubernetes moves informer and controller to pkg/client/cache, see: https://github.com/kubernetes/kubernetes/pull/32718 As a result, coredns build is broken. This fix fixes the build by making related change with kubernetes. Signed-off-by:
Yong Tang <yong.tang.github@outlook.com>
-
Yong Tang authored
* Removed lumberjack from coremain As is mentioned in 251, this fix removed lumberjack from coremain. Signed-off-by:
Yong Tang <yong.tang.github@outlook.com> * Remove lumberjack from log middleware As mentioned in 251, lumberjack is not suitable for applications like CoreDNS so it is removed from the log middleware. Signed-off-by:
Yong Tang <yong.tang.github@outlook.com> * Update log/README.md as lumberjack has been removed Signed-off-by:
Yong Tang <yong.tang.github@outlook.com> * Adjust default log output from `ioutil.Discard` to `os.Stdout` Signed-off-by:
Yong Tang <yong.tang.github@outlook.com>
-
- 13 Sep, 2016 1 commit
-
-
Nagy Károly Gábriel authored
-
- 10 Sep, 2016 1 commit
-
-
Miek Gieben authored
Stop the caddy message and start our own init notifications. Log the version of CoreDNS when starting up. Fix all middleware's setup functions so that return the error prefixed with *which* middleware was failing; leads to better debuggable errors when starting up.
-
- 07 Sep, 2016 3 commits
-
-
Miek Gieben authored
Fix some of the documentation in the process.
-
Miek Gieben authored
Move all (almost all) Go files in middleware into their own packages. This makes for better naming and discoverability. Lot of changes elsewhere to make this change. The middleware.State was renamed to request.Request which is better, but still does not cover all use-cases. It was also moved out middleware because it is used by `dnsserver` as well. A pkg/dnsutil packages was added for shared, handy, dns util functions. All normalize functions are now put in normalize.go
-
Yong Tang authored
This commit adds a simple test of `TestHealth` for the middleware of health so that there is basic coverage. Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
- 06 Sep, 2016 1 commit
-
-
Miek Gieben authored
Change to be inline with latest caddy changes, caddy.CaddyfileFromPipe requires servertype argument. Fixes: #243
-
- 05 Sep, 2016 1 commit
-
-
Miek Gieben authored
* play around with fs idea * docs and fix test * better docs
-
- 03 Sep, 2016 2 commits
-
-
Miek Gieben authored
Better logging for NSEC3
-
Miek Gieben authored
When dropping NSEC3 records provide better logging and add test for NSEC3 records.
-
- 31 Aug, 2016 2 commits
-
-
Miek Gieben authored
-
Brandon Philips authored
-
- 30 Aug, 2016 1 commit
-
-
Miek Gieben authored
Update the file and dnssec docs and glarify what is implement and that we only do NSEC.
-
- 29 Aug, 2016 1 commit
-
-
Miek Gieben authored
Fix the code copied from Caddy to refer to Corefile and make 'coredns' with flags pickup a local Corefile. Also remove some references to Caddy in the docs and output of coredns. Fixes #235
-
- 28 Aug, 2016 4 commits
-
-
Miek Gieben authored
-
Miek Gieben authored
-
Miek Gieben authored
There is no good reason to be different than Caddy and allows us to piggyback on it's documentation.
-
Miek Gieben authored
-
- 25 Aug, 2016 4 commits
-
-
Miek Gieben authored
Adjust documentation for k8s and put contents of the k8sCorefile in the README.md
-
Miek Gieben authored
See https://github.com/mholt/caddy/commit/17709a7d3f1a6ee0c34bdb81c6332b1339ea7085 where there was a slight change (for the better) on how to register. Fix the CoreDNS to adhire to this. Needs Caddy from master to compile at this moment.
-
Miek Gieben authored
Fix "just push to master, because I know better" compilation error.
-
Miek Gieben authored
The will prolly make automatic releases easier.
-
- 24 Aug, 2016 1 commit
-
-
Miek Gieben authored
-
- 23 Aug, 2016 16 commits
-
-
Miek Gieben authored
Set version and name of the program. And then call coremain.Run(). The coremain split makes CoreDNS embeddable. Also see #189 for an old PR.
-
Michael Richmond authored
* Adding debug message when starting k8s controller * Adding work-around for timing issue in k8s integration tests * Remove unused import * Fix Makefile for ast package * Increase k8s verbosity in travis * Updating TODO list to find root cause of test issue * go fmt cleanup
-
Miek Gieben authored
Second set of grammatical fixes
-
cricketliu authored
Grammatical fixes.
-
cricketliu authored
Grammatical fixes.
-
Miek Gieben authored
Some grammatical fixes to various README.md files
-
cricketliu authored
Grammatical fixes.
-
cricketliu authored
Grammatical fixes.
-
cricketliu authored
Grammatical fixes.
-
cricketliu authored
Grammatical fixes.
-
cricketliu authored
Grammatical fixes.
-
cricketliu authored
Grammatical fixes.
-
cricketliu authored
Grammatical fixes.
-
cricketliu authored
Grammatical fixes plus correction of the reverse-mapping zone for 10.0.0/24.
-
cricketliu authored
Grammatical fixes.
-
cricketliu authored
-