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. 07 Aug, 2017 1 commit
    • Miek Gieben's avatar
      mw/logs: add rflags to logging (#845) · 050eccd6
      Miek Gieben authored
      Add the DNS message response flags as {rflags} to the default logging
      Also complete the replacer testing that is was commented out.
      And (unrelated) Switch erratic and whoami to ease testing.
      
      Note: {flags} could and should be added as well - but we can leave that
      as a beginners bug.
      050eccd6
  2. 06 Aug, 2017 3 commits
  3. 05 Aug, 2017 5 commits
  4. 04 Aug, 2017 5 commits
    • Miek Gieben's avatar
      middleware/kubernetes: define consts (#824) · 21386ebd
      Miek Gieben authored
      Define two consts Pod and Svc, makes it stand out a little more
      when used in switches in case.
      
      We have opted for a new type, but then you need to convert them
      all the time with string(Foo).
      21386ebd
    • Markus Sommer's avatar
      Kubernetes srv (#823) · d0d7f4c8
      Markus Sommer authored
      * Treat absence of port/service in SRV as wildcard
      
      Normally, a SRV-request should have the form
      _<service>._<port>.<name>.<zone>. The k8s peer-finder which is used for
      bootstrapping by some applications will however query for SRV at
      <name>.<zone>.
      
      To compensate for this behaviour, treat the absence of _<service> and
      _<port> as wildcards.
      
      * Modified tests with new SRV behaviour
      
      Added a testcase for a SRV request without port & service
      Removed now valid query from invalidSRVQueries
      
      * Forgot to run gofmt on test/kubernetes_test.go
      d0d7f4c8
    • Miek Gieben's avatar
      middleware/kubernetes: cleanup (#818) · 2c0fc318
      Miek Gieben authored
      Drop the interfaceAddr interfaces and just use a function. Cleanup
      all fallout from that. Remove the use of global variables and cleanup
      the tests a bit.
      2c0fc318
    • Sandeep Rajan's avatar
      Middleware/k8s: Add unit tests for Pods (#815) · 8ad8c75a
      Sandeep Rajan authored
      * Added Pod testing
      
      * Cleanup
      
      * fixed formatting
      8ad8c75a
    • Miek Gieben's avatar
      mw/kubernete: small cleanup (#810) · cd1f2f1b
      Miek Gieben authored
      * mw/kubernete: small cleanup
      
      Small cleanup, avoid pointer to []msg.Services and just returns the
      msg.Service.
      
      * Actually compile
      
      * testss
      cd1f2f1b
  5. 03 Aug, 2017 1 commit
  6. 01 Aug, 2017 1 commit
  7. 29 Jul, 2017 2 commits
  8. 28 Jul, 2017 2 commits
  9. 26 Jul, 2017 3 commits
  10. 25 Jul, 2017 3 commits
  11. 24 Jul, 2017 2 commits
  12. 21 Jul, 2017 2 commits
  13. 20 Jul, 2017 1 commit
  14. 17 Jul, 2017 1 commit
  15. 13 Jul, 2017 1 commit
  16. 12 Jul, 2017 1 commit
    • Chris O'Haver's avatar
      k8s/autopath: Add CNAMES (#771) · 8495e482
      Chris O'Haver authored
      * Add unit tests & cnames
      
      * more progress
      
      * fix
      
      * next mw dependent unit tests
      
      * add tests for OnNXDOMAIN
      
      * Add AAAA and ndots unit tests; fix request.NewWithQuestion
      
      * Correct default value in README
      
      * add CNAMEs to readme
      
      * review
      
      * fix autopath examples
      
      * fix and test CNAME response order
      8495e482
  17. 11 Jul, 2017 1 commit
  18. 08 Jul, 2017 1 commit
  19. 02 Jul, 2017 4 commits