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 5 commits
    • Miek Gieben's avatar
      proxy: remove from config (#2744) · a6cc8875
      Miek Gieben authored
      fully remove proxy and make it completely external.
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      a6cc8875
    • Miek Gieben's avatar
      README: minimal changes to say we're a DNS server (#2743) · c21f0c96
      Miek Gieben authored
      Small tweaks, tell we're a DNS server.
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      c21f0c96
    • Xiao An's avatar
      Fully deprecate TIMEOUT and NO_RELOAD (#2742) · cb96ab9f
      Xiao An authored
      * Fully deprecate NO_RELOAD
      Signed-off-by: default avatarXiao An <hac@zju.edu.cn>
      
      * Fully deprecate TIMEOUT
      Signed-off-by: default avatarXiao An <hac@zju.edu.cn>
      
      * Update CI tests to adapt to the deprecation of TIMEOUT
      Signed-off-by: default avatarXiao An <hac@zju.edu.cn>
      
      * Add documents for directive transfer in plugin auto
      Signed-off-by: default avatarXiao An <hac@zju.edu.cn>
      cb96ab9f
    • 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 4 commits