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. 22 Apr, 2016 3 commits
    • Miek Gieben's avatar
      Metrics lost 'dns' subsystem · 40b6774a
      Miek Gieben authored
      Local variable shadowing in global const. Now subsystem is back to
      'dns'.
      40b6774a
    • Miek Gieben's avatar
      Fix rewrite · b1b52426
      Miek Gieben authored
      b1b52426
    • Miek Gieben's avatar
      middleware/cache: Add metrics (#132) · a412255a
      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.
      a412255a
  2. 21 Apr, 2016 2 commits
  3. 20 Apr, 2016 3 commits
    • Miek Gieben's avatar
      Better structured readme · 5de2f873
      Miek Gieben authored
      5de2f873
    • Miek Gieben's avatar
      etcd build is broken · b46bc89a
      Miek Gieben authored
      b46bc89a
    • Miek Gieben's avatar
      Fix error reporting (#128) · e726dca2
      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
      e726dca2
  4. 19 Apr, 2016 3 commits
    • Miek Gieben's avatar
      middleware/etcd: Use the correct endpoint · a1e6cb7c
      Miek Gieben authored
      The endpoint for etcd as wrongly set if a proxy was configured.
      Clean up some documentation in the process as well.
      a1e6cb7c
    • Miek Gieben's avatar
      Updates to README · 913cffd4
      Miek Gieben authored
      913cffd4
    • Miek Gieben's avatar
      Cache (#126) · 10db2a80
      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
      10db2a80
  5. 17 Apr, 2016 1 commit
  6. 16 Apr, 2016 8 commits
  7. 15 Apr, 2016 4 commits
  8. 14 Apr, 2016 6 commits
  9. 13 Apr, 2016 7 commits
  10. 11 Apr, 2016 3 commits