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. 12 Jan, 2017 1 commit
  2. 10 Jan, 2017 1 commit
    • John Belamaric's avatar
      Common tls (#474) · b10a4f90
      John Belamaric authored
      * Add common TLS config routines
      
      These routines can be used to load TLS configs based upon the
      args in the Corefile.
      
      * Add common routine for Corefile arg handling
      
      Add the NewTLSConfigFromArgs routine so that you can just pass
      in the Corefile args and get a tls.Config. This ensures the
      parameters are handled consistently across middleware.
      
      * Change to varargs style params
      
      Change to use args ...string instead of []string. Add
      documentation of what each call means.
      b10a4f90
  3. 06 Jan, 2017 1 commit
    • Miek Gieben's avatar
      Add middleware/erratic (#471) · 53ac25d1
      Miek Gieben authored
      This middleware allows playing with responses. Only one type is
      implemented: it allows you to drop queries. I.e. withhold the response
      from the client.
      53ac25d1
  4. 05 Jan, 2017 1 commit
    • Chris O'Haver's avatar
      handle A/PTR/SRV for headless services/endpoints (#464) · 9a5e0c64
      Chris O'Haver authored
      * handle A/PTR/SRV for headless services/endpoints
      
      * error early if _proto will produce nothing
      
      * remove wc params + various style tweaks
      
      * Release 004
      
      * handle A/PTR/SRV for headless services/endpoints
      
      * error early if _proto will produce nothing
      
      * remove wc params + various style tweaks
      
      * optimize srv prefix validation
      
      * poking travis
      
      * reduce response sizes, clean func params
      9a5e0c64
  5. 01 Jan, 2017 1 commit
  6. 21 Dec, 2016 1 commit
    • Miek Gieben's avatar
      Add middleware.NextOrFailure (#462) · c4ab98c6
      Miek Gieben authored
      This checks if the next middleware to be called is nil, and if so returns
      ServerFailure and an error. This makes the next calling more robust and
      saves some lines of code.
      
      Also prefix the error with the name of the middleware to aid in
      debugging.
      c4ab98c6
  7. 15 Dec, 2016 2 commits
  8. 14 Dec, 2016 1 commit
  9. 09 Dec, 2016 1 commit
  10. 03 Dec, 2016 1 commit
  11. 01 Dec, 2016 3 commits
  12. 30 Nov, 2016 1 commit
  13. 29 Nov, 2016 2 commits
  14. 27 Nov, 2016 4 commits
  15. 25 Nov, 2016 2 commits
  16. 24 Nov, 2016 5 commits
  17. 16 Nov, 2016 3 commits
  18. 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
  19. 14 Nov, 2016 2 commits
  20. 13 Nov, 2016 2 commits