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 .
  1. 13 Sep, 2016 1 commit
  2. 10 Sep, 2016 1 commit
    • Miek Gieben's avatar
      Startup notification (#250) · 2dd8a687
      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.
      2dd8a687
  3. 07 Sep, 2016 3 commits
    • Miek Gieben's avatar
      Add tests for normalize.go · 5216ab6b
      Miek Gieben authored
      Fix some of the documentation in the process.
      5216ab6b
    • Miek Gieben's avatar
      Cleanup: put middleware helper functions in pkgs (#245) · d1f17fa7
      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
      d1f17fa7
    • Yong Tang's avatar
      Add a test for health middleware (#246) · 684330fd
      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: default avatarYong Tang <yong.tang.github@outlook.com>
      684330fd
  4. 06 Sep, 2016 1 commit
  5. 05 Sep, 2016 1 commit
    • Miek Gieben's avatar
      Fs (#242) · eea77cc9
      Miek Gieben authored
      * play around with fs idea
      
      * docs and fix test
      
      * better docs
      eea77cc9
  6. 03 Sep, 2016 2 commits
  7. 31 Aug, 2016 2 commits
  8. 30 Aug, 2016 1 commit
    • Miek Gieben's avatar
      Update docs · 9caa6071
      Miek Gieben authored
      Update the file and dnssec docs and glarify what is implement and that
      we only do NSEC.
      9caa6071
  9. 29 Aug, 2016 1 commit
    • Miek Gieben's avatar
      Use Corefile · 2eac0389
      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
      2eac0389
  10. 28 Aug, 2016 4 commits
  11. 25 Aug, 2016 4 commits
  12. 24 Aug, 2016 1 commit
  13. 23 Aug, 2016 18 commits