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. 10 Feb, 2017 5 commits
  2. 09 Feb, 2017 1 commit
  3. 08 Feb, 2017 7 commits
  4. 07 Feb, 2017 2 commits
  5. 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
  6. 02 Feb, 2017 1 commit
  7. 01 Feb, 2017 2 commits
  8. 30 Jan, 2017 1 commit
  9. 24 Jan, 2017 2 commits
  10. 23 Jan, 2017 2 commits
  11. 22 Jan, 2017 2 commits
  12. 20 Jan, 2017 1 commit
  13. 19 Jan, 2017 1 commit
  14. 16 Jan, 2017 1 commit
  15. 15 Jan, 2017 3 commits
  16. 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
  17. 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
  18. 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
  19. 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
  20. 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