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. 24 Nov, 2016 5 commits
  2. 16 Nov, 2016 3 commits
  3. 15 Nov, 2016 5 commits
    • John Belamaric's avatar
      Fix reverse zone in corefile · 7e937460
      John Belamaric authored
      7e937460
    • John Belamaric's avatar
      Change IPs to match hyperkube · 99b60d29
      John Belamaric authored
      99b60d29
    • John Belamaric's avatar
      K8s Test Cleanup and Service PTR · afe4368c
      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.
      afe4368c
    • Miek Gieben's avatar
      Add docs (#427) · c6700c64
      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
      c6700c64
    • Michael Grosser's avatar
      Add docs · ecbb6bac
      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
      ecbb6bac
  4. 14 Nov, 2016 2 commits
  5. 13 Nov, 2016 2 commits
  6. 12 Nov, 2016 3 commits
  7. 11 Nov, 2016 2 commits
  8. 10 Nov, 2016 5 commits
  9. 09 Nov, 2016 6 commits
  10. 08 Nov, 2016 4 commits
    • Miek Gieben's avatar
      middleware/file|auto: Notifies and AXFR (#399) · fb7fcff9
      Miek Gieben authored
      Be more explicit in the logs when a notify fails.
      New notify error message looks like:
      
      2016/11/07 18:21:42 [ERROR] Notify for zone "example.org." was not accepted by "8.8.8.8:53": rcode was "SERVFAIL"
      
      Correctly pick up secondaries
      
      When multiple secondary are specified make sure they are picked up.
      
      Fixes #393 #398
      fb7fcff9
    • Miek Gieben's avatar
      middleware/cache: only cache query and responses (#397) · e89c4b5c
      Miek Gieben authored
      Extent typify to check the transfers, dynamic updates and notifies.
      Extend *cache* to not put these in the cache.
      
      Fixes #393
      e89c4b5c
    • John Belamaric's avatar
      Fix Kubernetes Watches (#392) · 4318dfbf
      John Belamaric authored
      The watchers were still trying to process raw v1 objects which
      failed to be added to the store. This meant new services and
      namespaces created after CoreDNS started would not be discoverable.
      
      Add a filter function that converts watch events with v1 objects
      to events with api objects.
      4318dfbf
    • Miek Gieben's avatar
      middleware/auto: add axfr test. (#396) · 352901d8
      Miek Gieben authored
      352901d8
  11. 07 Nov, 2016 3 commits
    • Miek Gieben's avatar
      Add docker tagging · 769d4224
      Miek Gieben authored
      Small tweak to tag docker image with current release number.
      769d4224
    • Miek Gieben's avatar
      Issue 388 (#389) · 3d5be649
      Miek Gieben authored
      * add extra test
      
      * middleware/auto: fix crash when calling empty handler
      
      Don't call the next middleware, we should be auth. for this zone
      getitng into this path we should respond with ServFail.
      
      Fixes #388
      3d5be649
    • Miek Gieben's avatar
      Fix compilation error · 0f22d321
      Miek Gieben authored
      0f22d321