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. 01 Apr, 2019 2 commits
    • Miek Gieben's avatar
      plugin/chaos: add default list of authors (#2737) · 99c3d065
      Miek Gieben authored
      * plugin/chaos: add default list of authors
      
      Add a owners_generate.go that generates a Owners variables for use in
      the chaos plugin.
      
      Add a default list of authors in the authors.bind CH zone. When doing a
      query this now returns:
      
      ~~~ sh
      % dig authors.bind TXT CH
      
      ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 5456
      ;; flags: qr rd; QUERY: 1, ANSWER: 22, AUTHORITY: 0, ADDITIONAL: 1
      ;; WARNING: recursion requested but not available
      
      ;; OPT PSEUDOSECTION:
      ; EDNS: version: 0, flags:; udp: 4096
      ;; QUESTION SECTION:
      ;authors.bind.			CH	TXT
      
      ;; ANSWER SECTION:
      authors.bind.		0	CH	TXT	"bradbeam"
      authors.bind.		0	CH	TXT	"chrisohaver"
      authors.bind.		0	CH	TXT	"dilyevsky"
      authors.bind.		0	CH	TXT	"ekleiner"
      authors.bind.		0	CH	TXT	"fastest963"
      authors.bind.		0	CH	TXT	"fturib"
      authors.bind.		0	CH	TXT	"greenpau"
      authors.bind.		0	CH	TXT	"grobie"
      authors.bind.		0	CH	TXT	"inigohu"
      authors.bind.		0	CH	TXT	"isolus"
      authors.bind.		0	CH	TXT	"johnbelamaric"
      authors.bind.		0	CH	TXT	"miekg"
      authors.bind.		0	CH	TXT	"nchrisdk"
      authors.bind.		0	CH	TXT	"nitisht"
      authors.bind.		0	CH	TXT	"pmoroney"
      authors.bind.		0	CH	TXT	"rajansandeep"
      authors.bind.		0	CH	TXT	"rdrozhdzh"
      authors.bind.		0	CH	TXT	"rtreffer"
      authors.bind.		0	CH	TXT	"stp-ip"
      authors.bind.		0	CH	TXT	"superq"
      authors.bind.		0	CH	TXT	"varyoo"
      authors.bind.		0	CH	TXT	"yongtang"
      ~~~
      
      This was hard to do previously as we didn't hardcode this in the source,
      but now with OWNERS files we can just generate this list.
      
      Privacy wise this isn't worse than being listed in OWNERS file in the
      first place. And it's a nice hat tip to the people making CoreDNS
      better.
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * Sticklet bot comments
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      99c3d065
    • dilyevsky's avatar
      [plugin/route53]: Do not return NXDOMAIN where it should be NODATA. (#2734) · 1e150674
      dilyevsky authored
      * [plugin/route53]: Do not return NXDOMAIN where it should be NODATA.
      Signed-off-by: default avatarDmitry Ilyevskiy <dmitry.ilyevskiy@getcruise.com>
      
      * Fix bad merge.
      Signed-off-by: default avatarDmitry Ilyevskiy <dmitry.ilyevskiy@getcruise.com>
      1e150674
  2. 31 Mar, 2019 1 commit
  3. 30 Mar, 2019 3 commits
  4. 29 Mar, 2019 2 commits
  5. 26 Mar, 2019 5 commits
  6. 25 Mar, 2019 1 commit
  7. 24 Mar, 2019 2 commits
  8. 23 Mar, 2019 2 commits
  9. 22 Mar, 2019 1 commit
  10. 20 Mar, 2019 1 commit
  11. 19 Mar, 2019 1 commit
  12. 18 Mar, 2019 1 commit
    • MengZeLee's avatar
      patch setup (#2675) · 44056615
      MengZeLee authored
      * patch setup
      
      Use a more streamlined grammar
      
      * fix break
      
      No need to break out in this for loop
      44056615
  13. 15 Mar, 2019 1 commit
  14. 14 Mar, 2019 4 commits
  15. 13 Mar, 2019 6 commits
  16. 12 Mar, 2019 5 commits
  17. 10 Mar, 2019 1 commit
  18. 08 Mar, 2019 1 commit
    • Miek Gieben's avatar
      plugin/health: remove ability to poll other plugins (#2547) · c778b3a6
      Miek Gieben authored
      * plugin/health: remove ability to poll other plugins
      
      This mechanism defeats the purpose any plugin (mostly) caching can still
      be alive, we can probably forward queries still. Don't poll plugins,
      just tell the world we're up and running.
      
      It was only actually used in kubernetes; and there specifically would
      mean any network hiccup would NACK the entire server health.
      
      Fixes: #2534
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * update docs based on feedback
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      c778b3a6