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 Sep, 2016 1 commit
-
-
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 19 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
-
cricketliu authored
Grammatical fixes.
-
cricketliu authored
More grammatical fixes.
-
cricketliu authored
Minor grammatical fixes.
-
- 22 Aug, 2016 2 commits
-
-
Miek Gieben authored
-
Miek Gieben authored
Remove miek.nl in favor of example.org and other smaller cleanups.
-
- 21 Aug, 2016 1 commit
-
-
Miek Gieben authored
Use the package go/ast/astutil for adding CoreDNS to caddy and removing the http server stuff from it as well - we're only a DNS server, no need to caddy all the HTTP stuff as well. Results in smaller binary and plugin_generate.go being much smaller as well.
-