From fed51ea373440a40fd64b4fedc56d4cbfd4ffb6b Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Mon, 11 Apr 2016 07:59:30 +0100 Subject: [PATCH] Clean up some references to Caddy Simple rename of Caddy/CoreDNS and some smallish cleanups. See #1 --- .gitignore | 18 ++---------------- CONTRIBUTING.md | 5 ++--- middleware.md | 2 +- 3 files changed, 5 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 0dd26ce5d..486c8230f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,2 @@ -.DS_Store -Thumbs.db -_gitignore/ -Vagrantfile -.vagrant/ - -dist/builds/ -dist/release/ - -error.log -access.log - -/*.conf -Caddyfile - -og_static/ \ No newline at end of file +query.log +Corefile diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9c4d2e20a..668d2057e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ ## Contributing to CoreDNS -Welcome! Our community focuses on helping others and making Caddy the best it +Welcome! Our community focuses on helping others and making CoreDNS the best it can be. We gladly accept contributions and encourage you to get involved! ### Bug reports @@ -56,5 +56,4 @@ If it's not a big deal, a pull request will probably be faster. ## Thank you -Thanks for your help! CoreDNS would not be what it is today without your -contributions. +Thanks for your help! CoreDNS would not be what it is today without your contributions. diff --git a/middleware.md b/middleware.md index d6e82bcfd..fb21c3e04 100644 --- a/middleware.md +++ b/middleware.md @@ -17,7 +17,7 @@ From the Caddy docs: In the DNS status codes are called rcodes and it's slightly harder to return the correct answer in case of failure. -So CoreDNS treats +So CoreDNS treats: * SERVFAIL (dns.RcodeServerFailure) * REFUSED (dns.RecodeRefused)