diff options
author | 2016-04-11 07:59:30 +0100 | |
---|---|---|
committer | 2016-04-11 07:59:30 +0100 | |
commit | fed51ea373440a40fd64b4fedc56d4cbfd4ffb6b (patch) | |
tree | 0462ee992d01455ec73057b8b2fd0704b25ce635 | |
parent | 4829b40efa7ce88a9029fcf4ada726c6d70e4735 (diff) | |
download | coredns-fed51ea373440a40fd64b4fedc56d4cbfd4ffb6b.tar.gz coredns-fed51ea373440a40fd64b4fedc56d4cbfd4ffb6b.tar.zst coredns-fed51ea373440a40fd64b4fedc56d4cbfd4ffb6b.zip |
Clean up some references to Caddy
Simple rename of Caddy/CoreDNS and some smallish cleanups.
See #1
-rw-r--r-- | .gitignore | 18 | ||||
-rw-r--r-- | CONTRIBUTING.md | 5 | ||||
-rw-r--r-- | 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) |