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 .
- 29 Nov, 2016 1 commit
-
-
Miek Gieben authored
* middleware/httproxy: implement debug queries Not too useful at the moment, but o-o.debug queries are supported and return the Comment from dns.google.com. Note that this is not always set. * improve documentation * Testing cleanups
-
- 27 Nov, 2016 2 commits
-
-
Miek Gieben authored
Also release ARM binary when releasing. Comes in handy for raspberry Pi.
-
Miek Gieben authored
This PR adds a middleware that talks to dns.google.com over HTTPS, meaning all your DNS traffic is encrypted when traversing your ISP and the internet. The `dns.google.com` address is re-resolved every 30 seconds.
-
- 25 Nov, 2016 2 commits
-
-
Miek Gieben authored
-
Miek Gieben authored
-
- 24 Nov, 2016 5 commits
-
-
Miek Gieben authored
* middleware/proxy: config syntax cleanups Allow port numbers to be used in the transfer statements and clean up the proxy stanza parsing. Also allow, when specifying an upstream, /etc/resolv.conf (or any other file) to be used for getting the upstream nameserver. Add tests and fix the documentation to make clear what is allowed. * Fix the other upstream parse as well
-
Miek Gieben authored
middleware/file: better notify error reporting
-
Miek Gieben authored
Report errors as originating from notifies in all cases. Fixes #412
-
Miek Gieben authored
Propagate both message and error in proxy exchange.
-
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 9 commits
-
-
Miek Gieben authored
-
Miek Gieben authored
-
Miek Gieben authored
This reverts commit 15ab38f0.
-
Miek Gieben authored
-
Miek Gieben authored
-
John Belamaric authored
Add type to default template
-
Miek Gieben authored
Do the same thing as in etcd and give the option of externally resolving CNAME. This is needed when CoreDNS is a proxy as well is serving zones.
-
Chris O'Haver authored
-
Chris O'Haver authored
-
- 09 Nov, 2016 4 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.
-