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. 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
  2. 17 Apr, 2016 1 commit
  3. 16 Apr, 2016 8 commits
  4. 15 Apr, 2016 4 commits
  5. 14 Apr, 2016 6 commits
  6. 13 Apr, 2016 7 commits
  7. 11 Apr, 2016 5 commits
    • Miek Gieben's avatar
      All (non etcd) tests are now local (#105) · 9f651a39
      Miek Gieben authored
      We don't need to network to do tests, we up enough local servers
      to we don't need to forward to,s say 8.8.8.8
      9f651a39
    • Miek Gieben's avatar
      better (#104) · 31ce53f5
      Miek Gieben authored
      31ce53f5
    • Miek Gieben's avatar
      Clean up some references to Caddy · fed51ea3
      Miek Gieben authored
      Simple rename of Caddy/CoreDNS and some smallish cleanups.
      
      See #1
      fed51ea3
    • Miek Gieben's avatar
      Rename middleware/testing (#103) · 4829b40e
      Miek Gieben authored
      Rename to test and name the toplevel tests dir to test for consitency.
      4829b40e
    • Miek Gieben's avatar
      Add TestServer (#102) · 0ea2a608
      Miek Gieben authored
      Add a fullblown testing server. This allows us to do integration tests.
      
      Also add a basic proxy test. Further tests will test etcd proxy
      and stub zone communication and other "wildish" configurations.
      Redo the server startup, so we can access the ports it listens on when
      it has started up (with dns.ActivateAndServer).
      
      Extend the .travis file to download etcd and test for that as well.
      
      Put integration tests in test dir
      0ea2a608
  8. 10 Apr, 2016 2 commits
  9. 09 Apr, 2016 3 commits
  10. 08 Apr, 2016 1 commit