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. 08 Feb, 2017 7 commits
  2. 07 Feb, 2017 2 commits
  3. 03 Feb, 2017 1 commit
    • Chris O'Haver's avatar
      k8s middleware add tests and docs update (#501) · 77f957d4
      Chris O'Haver authored
      * add cidrs opt
      
      * remove state data from middleware object
      
      * update k8s docs
      
      * Add integration tests
      
      * add unit tests for cidr and pods config
      
      * more README fixes, separate dev notes
      
      * adjust section headers
      
      * fix typo
      77f957d4
  4. 02 Feb, 2017 1 commit
  5. 01 Feb, 2017 2 commits
  6. 30 Jan, 2017 1 commit
  7. 24 Jan, 2017 2 commits
  8. 23 Jan, 2017 2 commits
  9. 22 Jan, 2017 2 commits
  10. 20 Jan, 2017 1 commit
  11. 19 Jan, 2017 1 commit
  12. 16 Jan, 2017 1 commit
  13. 15 Jan, 2017 3 commits
  14. 13 Jan, 2017 1 commit
    • Chris O'Haver's avatar
      Pod insecure2 (#479) · b6a2a5ae
      Chris O'Haver authored
      * return servfail for pod rqsts when pods disabled
      
      * Add integration test for disabled pod mode
      b6a2a5ae
  15. 12 Jan, 2017 4 commits
    • John Belamaric's avatar
      Use common TLS parsing routine for etcd (#476) · 2e366459
      John Belamaric authored
      * Use common TLS parsing routine for etcd
      
      Change to use the new common routine, and update the docs to reflect
      the different options for passing TLS configuration.
      
      * Move middleware/tls to middleware/pkg/tls
      
      This was put in the wrong place originally.
      2e366459
    • Miek Gieben's avatar
      Run tests in parallel (#478) · 94c59da5
      Miek Gieben authored
      Create a small speedup running the tests:
      
      PASS
      ok  	github.com/miekg/coredns/test	10.329s
      
      PASS
      ok  	github.com/miekg/coredns/test	6.079s
      
      Skip the etcd ones. Doing the middleware/*/*_test ones doesn't yield
      any speedup as these are still done on a per directory basis.
      94c59da5
    • Miek Gieben's avatar
      middleware/proxy: add read/writeDeadline (#477) · 0c3ad499
      Miek Gieben authored
      Add deadline to break the connection. We use the default of 5 seconds.
      After this the backend is marked unhealthy and not used for some time.
      
      Fixes #467
      0c3ad499
    • Chris O'Haver's avatar
      Add insecure A records for pods (#475) · 0ee88d30
      Chris O'Haver authored
      0ee88d30
  16. 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
  17. 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
  18. 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
  19. 01 Jan, 2017 1 commit
  20. 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
  21. 15 Dec, 2016 2 commits
  22. 14 Dec, 2016 1 commit
  23. 09 Dec, 2016 1 commit