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. 30 Aug, 2019 2 commits
    • Miek Gieben's avatar
      startup: add logo (#3230) · c466003a
      Miek Gieben authored
      * startup: add logo
      
      As discussed in #3225, lets add a little logo. This PR incorperates this
      in the startup text. It also removes the logging output as this outputs
      identical lines of text, but for no clear reason. This means --quiet now
      means "no output on startup at all".
      
      Currently it looks like this:
      
      ~~~
      .:1053
         ______                ____  _   _______
        / ____/___  ________  / __ \/ | / / ___/	CoreDNS-1.6.2
       / /   / __ \/ ___/ _ \/ / / /  |/ /\__ \ 	linux/amd64, go1.12.9,
      / /___/ /_/ / /  /  __/ /_/ / /|  /___/ /
      \____/\____/_/   \___/_____/_/ |_//____/
      ~~~
      
      We have 2 lines extra on the right if we need to print more (no ideas
      come to mind currently).
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * Add distinct marker for grep and cut purposes
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      c466003a
    • Miek Gieben's avatar
      plugin/file: rework outgoing axfr (#3227) · 94930d20
      Miek Gieben authored
      * plugin/file: rework outgoing axfr
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * Fix test
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * Actually properly test xfr
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * Fix test
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      94930d20
  2. 29 Aug, 2019 1 commit
    • Miek Gieben's avatar
      plugin/sign: a plugin that signs zone (#2993) · b8a0b52a
      Miek Gieben authored
      * plugin/sign: a plugin that signs zones
      
      Sign is a plugin that signs zone data (on disk). The README.md details
      what exactly happens to should be accurate related to the code.
      
      Signs are signed with a CSK, resigning and first time signing is all
      handled by *sign* plugin.
      
      Logging with a test zone looks something like this:
      
      ~~~ txt
      [INFO] plugin/sign: Signing "miek.nl." because open plugin/sign/testdata/db.miek.nl.signed: no such file or directory
      [INFO] plugin/sign: Signed "miek.nl." with key tags "59725" in 11.670985ms, saved in "plugin/sign/testdata/db.miek.nl.signed". Next: 2019-07-20T15:49:06.560Z
      [INFO] plugin/file: Successfully reloaded zone "miek.nl." in "plugin/sign/testdata/db.miek.nl.signed" with serial 1563636548
      [INFO] plugin/sign: Signing "miek.nl." because resign was: 10m0s ago
      [INFO] plugin/sign: Signed "miek.nl." with key tags "59725" in 2.055895ms, saved in "plugin/sign/testdata/db.miek.nl.signed". Next: 2019-07-20T16:09:06.560Z
      [INFO] plugin/file: Successfully reloaded zone "miek.nl." in "plugin/sign/testdata/db.miek.nl.signed" with serial 1563637748
      ~~~
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * Adjust readme and remove timestamps
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * Comment on the newline
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * Update plugin/sign/README.md
      Co-Authored-By: default avatarMichael Grosser <development@stp-ip.net>
      b8a0b52a
  3. 28 Aug, 2019 5 commits
  4. 27 Aug, 2019 8 commits
  5. 26 Aug, 2019 11 commits
  6. 25 Aug, 2019 4 commits
  7. 24 Aug, 2019 2 commits
  8. 23 Aug, 2019 5 commits
  9. 22 Aug, 2019 2 commits