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 May, 2019 2 commits
    • Billie Cleek's avatar
      kubernetes: never respond with NXDOMAIN for authority label (#2769) · e178291e
      Billie Cleek authored
      * kubernetes: never respond with NXDOMAIN for authority label
      
      Return a nodata response when trying to resolve the authority's label
      for a record type that doesn't match the record type of the authority.
      
      This guards against poisoning the authority record by requesting the
      wrong record type for the authority label. For instance, given an
      authoritative resolver that uses subdomain delegation for Kubernetes
      services of a cluster that's configured to use IPv4, the parent may be
      poisoned by querying it for the authority label of the cluster subdomain
      with a AAAA record type, which would otherwise (i.e. without this
      change) return an NXDOMAIN. That is, given
      	cluster.example.com        NS 10800 ns.dns.cluster.example.com
      	ns.dns.cluster.example.com A  10800 10.0.1.2
      The parent may be poisoned for the SOA TTL by querying it for a AAAA
      record of ns.dns.cluster.example.com, causing the parent to fail
      delegate properly until the SOA TTL lapses.
      
      * kubernetes: add tests for authority queries
      e178291e
    • Cricket Liu's avatar
      Update README.md (#2808) · b4485b48
      Cricket Liu authored
      Minor grammatical fixes.
      b4485b48
  2. 30 Apr, 2019 2 commits
  3. 28 Apr, 2019 1 commit
  4. 27 Apr, 2019 1 commit
  5. 24 Apr, 2019 1 commit
  6. 23 Apr, 2019 1 commit
    • Miek Gieben's avatar
      plugin/chaos: randomize author list (#2794) · 3adfeaa8
      Miek Gieben authored
      Randomize the author list on request; keep the zowners.go file stable so
      a 'go generate' remain stable.
      
      chaos.Owners could potentially be a map and be randomized by ranging
      over it, but this seems simpler and fewer lines of code.
      
      Bit of Easter hacking; seems more fair to randomize this list.
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      3adfeaa8
  7. 22 Apr, 2019 1 commit
  8. 19 Apr, 2019 1 commit
  9. 12 Apr, 2019 1 commit
  10. 09 Apr, 2019 1 commit
  11. 08 Apr, 2019 3 commits
  12. 06 Apr, 2019 5 commits
  13. 05 Apr, 2019 1 commit
  14. 04 Apr, 2019 2 commits
  15. 03 Apr, 2019 5 commits
  16. 02 Apr, 2019 3 commits
  17. 01 Apr, 2019 7 commits
  18. 31 Mar, 2019 1 commit
  19. 30 Mar, 2019 1 commit