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 .
- 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 4 commits
-
-
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.
-
Miek Gieben authored
-
Miek Gieben authored
This needs a patch in caddy to work properly, but we want something like it anyway. See https://github.com/mholt/caddy/pull/1058
-
Miek Gieben authored
* Set version to 001 * Remove k8stest, test fails is k8s is not there: touch luck * Remove server directory: not used anymore * Disable k8s test (for now) * gometalinter changes
-
- 20 Aug, 2016 1 commit
-
-
Miek Gieben authored
* Make CoreDNS a server type plugin for Caddy Remove code we don't need and port all middleware over. Fix all tests and rework the documentation. Also make `go generate` build a caddy binary which we then copy into our directory. This means `go build`-builds remain working as-is. And new etc instances in each etcd test for better isolation. Fix more tests and rework test.Server with the newer support Caddy offers. Fix Makefile to support new mode of operation.
-
- 17 Aug, 2016 3 commits
-
-
Michael Richmond authored
-
Miek Gieben authored
It is not middleware, so move it up one level. It was also use from core/ showing that indeed its use is not limited to middlewares.
-
Michael Richmond authored
* Adding pod setup to kubernetes startup scripts * Adding template description to k8s README.md * Fix typo. * Moving kubernetes setup scripts out of go folder * Fixing script error * Adding messages to k8s scripts for clarity
-