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. 03 Apr, 2016 5 commits
    • Miek Gieben's avatar
      Add secondary support · f58f1e42
      Miek Gieben authored
      Allow specifying a primary server and retrieve the zone's content.
      
      Add tests and an Expired bool to zone struct, to stop server zones
      
      that are expired. The zone is retrieved on Startup, no updates of
      
      changed content are done. We also don't respond to notifies yet.
      f58f1e42
    • Miek Gieben's avatar
      Rename Standard to Normalize · 7fb95947
      Miek Gieben authored
      Some doc updates and tweaks.
      7fb95947
    • Miek Gieben's avatar
      Add notifies to master servers · 6ecbdef1
      Miek Gieben authored
      This adds a bunch of supporting code to send notifies to a primary
      
      name server.
      6ecbdef1
    • Miek Gieben's avatar
      Answer REFUSED when we don't host the zone · 4a2a9556
      Miek Gieben authored
      Change from SERVFAIL to diff. between error and no such zone hosted.
      
      Fixes: #68
      4a2a9556
    • Miek Gieben's avatar
      Use qname/qtype for lookups · 2adbdf34
      Miek Gieben authored
      Drop the use of dns.RR when in fact the only thing we use is the name
      
      and type of the RR. Cleans up a bunch of stuff and also stops the weird
      
      making of dns.RRs just for a lookup. Should safe some memory as well.
      
      
      
      Fixes: #66
      2adbdf34
  2. 02 Apr, 2016 3 commits
  3. 01 Apr, 2016 3 commits
  4. 31 Mar, 2016 4 commits
  5. 30 Mar, 2016 14 commits
  6. 29 Mar, 2016 6 commits
  7. 28 Mar, 2016 5 commits