Clean up some references to Caddy

Simple rename of Caddy/CoreDNS and some smallish cleanups.

See #1
This commit is contained in:
Miek Gieben 2016-04-11 07:59:30 +01:00
parent 4829b40efa
commit fed51ea373
3 changed files with 5 additions and 20 deletions

18
.gitignore vendored
View file

@ -1,16 +1,2 @@
.DS_Store query.log
Thumbs.db Corefile
_gitignore/
Vagrantfile
.vagrant/
dist/builds/
dist/release/
error.log
access.log
/*.conf
Caddyfile
og_static/

View file

@ -1,6 +1,6 @@
## Contributing to CoreDNS ## 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! can be. We gladly accept contributions and encourage you to get involved!
### Bug reports ### Bug reports
@ -56,5 +56,4 @@ If it's not a big deal, a pull request will probably be faster.
## Thank you ## Thank you
Thanks for your help! CoreDNS would not be what it is today without your Thanks for your help! CoreDNS would not be what it is today without your contributions.
contributions.

View file

@ -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 In the DNS status codes are called rcodes and it's slightly harder to return the correct
answer in case of failure. answer in case of failure.
So CoreDNS treats So CoreDNS treats:
* SERVFAIL (dns.RcodeServerFailure) * SERVFAIL (dns.RcodeServerFailure)
* REFUSED (dns.RecodeRefused) * REFUSED (dns.RecodeRefused)