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. 25 Nov, 2016 1 commit
  2. 24 Nov, 2016 5 commits
  3. 16 Nov, 2016 3 commits
  4. 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
  5. 14 Nov, 2016 2 commits
  6. 13 Nov, 2016 2 commits
  7. 12 Nov, 2016 3 commits
  8. 11 Nov, 2016 2 commits
  9. 10 Nov, 2016 9 commits
  10. 09 Nov, 2016 6 commits
  11. 08 Nov, 2016 2 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