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. 05 Feb, 2020 1 commit
  2. 04 Feb, 2020 3 commits
  3. 01 Feb, 2020 1 commit
  4. 31 Jan, 2020 2 commits
  5. 26 Jan, 2020 1 commit
  6. 25 Jan, 2020 3 commits
  7. 24 Jan, 2020 3 commits
  8. 23 Jan, 2020 5 commits
  9. 19 Jan, 2020 10 commits
  10. 18 Jan, 2020 7 commits
  11. 17 Jan, 2020 4 commits
    • Miek Gieben's avatar
      more tests · c7dcd633
      Miek Gieben authored
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      c7dcd633
    • Miek Gieben's avatar
      Add new plugin: traffic · 9433da1a
      Miek Gieben authored
      Traffic is a plugin that communicates via the xDS protocol to an Envoy
      control plane. Using the data from this control plane it hands out IP
      addresses. This allows you (via controlling the data in the control
      plane) to drain or send more traffic to specific endpoints.
      
      The plugin itself only acts upon this data; it doesn't do anything fancy
      by itself.
      
      Code used here is copied from grpc-go and other places, this is clearly
      marked in the source files.
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      9433da1a
    • Miek Gieben's avatar
      gofmt -w -s **/*.go (#3603) · 5f159ca4
      Miek Gieben authored
      format and remove trailing white space; makes 'make presubmit' pass
      again.
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      5f159ca4
    • Miek Gieben's avatar
      docs: update README and log plugin (#3602) · c95faea6
      Miek Gieben authored
      README: remove the logo thing as we stopped doing that
      log: remote the lines about the clock output as that's gone as well and
           discuss the query log vs other logging a bit.
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      c95faea6