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. 02 Dec, 2020 1 commit
  2. 24 Nov, 2020 3 commits
  3. 20 Nov, 2020 1 commit
  4. 19 Nov, 2020 1 commit
  5. 16 Nov, 2020 6 commits
  6. 12 Nov, 2020 3 commits
  7. 11 Nov, 2020 4 commits
  8. 10 Nov, 2020 2 commits
  9. 08 Nov, 2020 3 commits
  10. 07 Nov, 2020 1 commit
  11. 06 Nov, 2020 2 commits
    • Miek Gieben's avatar
      Remove travis and move to github workflow (#4267) · cd5ee7d1
      Miek Gieben authored
      Add github testing workflow, simplify the Makefile because that was
      complex because of Travis. Remove the fuzzing, needs to be re-added when
      that works properly with go modules (it has been disabled for quite some
      time). Multiple builds and files have been added so these tests can all
      run in parallel. Our testing now tests a couple of minutes, the codeql
      is by far the more expensive.
      
      Move metric's naming test to test/presubmit_test.go
      
      Add longer sleep in the TestAutoAXFR.
      
      Bye bye travis!
      
      Closes: #4266
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      cd5ee7d1
    • Miek Gieben's avatar
      pkg/tls: remove InsecureSkipVerify=true flag (#4265) · 04936958
      Miek Gieben authored
      CWE-295 code scanning alert flag this. Seems OK to just remove it.
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      04936958
  12. 05 Nov, 2020 7 commits
  13. 03 Nov, 2020 2 commits
    • Miek Gieben's avatar
      forward doc update (#4254) · 8759d00e
      Miek Gieben authored
      * forward: add example with multiple DoT upstreams
      
      Remove Bugs section as this is a nice work around.
      
      h/t https://twitter.com/mholt6/status/1284250606673080321Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * Actually remove bugs section
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      8759d00e
    • Miek Gieben's avatar
      plugin/dnstap: remove custom encoder (#4242) · a136b712
      Miek Gieben authored
      * plugin/dnstap: remove encoder*.go
      
      Those files reimplemented parts of the dnstap spec, we can just use the
      dnstap functions for that. This leaves all the queuing that is enabled
      and drops messages if the dnstap reader can't keep up. In the new code
      flush() would never return an error (at least I couldn't make it do so),
      so the reconnect functionally is moved to kick off when we get write
      errors.
      
      Some smaller cosmetic changes as well, `d.socket` is now `proto`, which
      makes the dial() function smaller.
      
      Total testing time is now <1s (which was the impetus to look into this
      plugin *again*).
      
      See #4238
      The buffered channel needs to be sized correctly, as we may need to do
      some queing if the dnstap reader can't keep up.
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * add missing file
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * update doc on queing
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      a136b712
  14. 02 Nov, 2020 2 commits
  15. 30 Oct, 2020 2 commits