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 Apr, 2016 1 commit
-
-
Michael Richmond authored
* Changed reference to Caddy over to CoreDNS * Removing references to caddy * Fixed misleading error message to reference coredns * Cleaning up references to caddy * Adding clean and deps targets Muscle memory is resulting in "make clean" commands. * Adding test target to makefile * More "Caddy" cleanup
-
- 28 Apr, 2016 3 commits
-
-
Miek Gieben authored
-
Miek Gieben authored
-
Miek Gieben authored
Add pprof middleware, enabled by pprof directive.
-
- 27 Apr, 2016 3 commits
-
-
Miek Gieben authored
Don't silently hide failures, barf on startup. Also add more integration tests that should catch some of these things.
-
Miek Gieben authored
-
Miek Gieben authored
This adds an online dnssec middleware. The middleware will sign responses on the fly. Negative responses are signed with NSEC black lies.
-
- 24 Apr, 2016 1 commit
-
-
Miek Gieben authored
-
- 22 Apr, 2016 3 commits
-
-
Miek Gieben authored
Local variable shadowing in global const. Now subsystem is back to 'dns'.
-
Miek Gieben authored
-
Miek Gieben authored
Add prometheus metrics to the cache handler. This just used prometheus, if the metrics middleware does not setup the handler, there is nobody reading these metrics, but they are still reported. Seems the simplest solution while keeping the whole middleware separation in tact.
-
- 21 Apr, 2016 2 commits
-
-
Miek Gieben authored
Also fix failing test in setup/error.
-
Miek Gieben authored
-
- 20 Apr, 2016 3 commits
-
-
Miek Gieben authored
-
Miek Gieben authored
-
Miek Gieben authored
Put error back in the correct place in the directives.go. Also don't make it a pointer. If it *is* a pointer the buildstack function does not correctly set the Next Handler. Don't understand *why* this is different from Caddy. Anyway this fixes it, with the caveat that the error log file is now openend earlier in the startup. Fixes #127
-
- 19 Apr, 2016 3 commits
-
-
Miek Gieben authored
The endpoint for etcd as wrongly set if a proxy was configured. Clean up some documentation in the process as well.
-
Miek Gieben authored
-
Miek Gieben authored
* Add middleware/cache Add a caching middleware that caches nxdomain, nodata and successful responses. It differentiates between DNSSEC on normal DNS replies. Each reply is compress and scrubbed so it will fit the specific client asking for it. * first simple test, less exporting of stuff * more * Add middleware/cache Add a caching middleware that caches nxdomain, nodata and successful responses. It differentiates between DNSSEC on normal DNS replies. Each reply is compressed and scrubbed so it will fit the specific client asking for it. The TTL is decremented with the time spend in the cache. There is syntax that allows you to cap the TTL for all records, no matter what. This allows for a shortlived cache, just to absorb query peaks. +Tests * cache test infrastructure * Testing
-
- 17 Apr, 2016 1 commit
-
-
Miek Gieben authored
A target of a cname must be put in the answer section. Fix this and add a AAAA test for quad-AAAA CNAME responses. Fixes #125
-
- 16 Apr, 2016 8 commits
-
-
Miek Gieben authored
-
Miek Gieben authored
Return a delegation when seeing one while traversing the tree in search of an answer. Put the SOA and NS record in the zone.Apex as these are to be handled somewhat special. Lowercase record on insert to make compares easier. This lowercases all RR that have domain names in their rdata as well.
-
Miek Gieben authored
-
Miek Gieben authored
-
Miek Gieben authored
-
Miek Gieben authored
Instead of watching a single file watch the entire directory and catch the .Name from the event. On any event, just reload the damn thing. This also fixes the problem of loosing events when the inode changes.
-
Miek Gieben authored
-
Miek Gieben authored
-
- 15 Apr, 2016 4 commits
-
-
Miek Gieben authored
Zone reloading
-
Miek Gieben authored
-
Miek Gieben authored
-
Miek Gieben authored
No reason why not to allow more then one address: `transfer to 127.0.0.1 10.240.20.1`. Fix startup as well, as it turned out to be broken...
-
- 14 Apr, 2016 6 commits
-
-
Miek Gieben authored
Error out when parsing and transferring such a zone. If we would serve it we would give out the wrong answers, leading to (probably) validation failures... Fixes #114
-
Miek Gieben authored
Fixes #109
-
Miek Gieben authored
Liberal as it as it still has its use. Reject invalid domain names in the config. Unrelated: clear up the README as well. And fix travis script.
-
Miek Gieben authored
Add some docker bits and a Makefile.
-
Miek Gieben authored
Use sync.Once to only transfer a zone once. Fixes #115
-
Miek Gieben authored
The error propagation from srv.ListenAndServe did not work as intended, simplified it a bit and added a test for it.
-
- 13 Apr, 2016 2 commits
-
-
Miek Gieben authored
-
Miek Gieben authored
Copy and port the NS record stuff from SkyDNS. Slightly cleaner implementation.
-