diff options
author | 2018-02-28 18:16:05 -0800 | |
---|---|---|
committer | 2018-02-28 18:16:05 -0800 | |
commit | f697b33283afe695554888eb0cf9f5451c481470 (patch) | |
tree | 1b46a531ec1e0b623a32a183b56dfdf3ebc8ae1f /plugin/route53 | |
parent | 5faa9e7bc178775e023f5bff1394e61bddf94eeb (diff) | |
download | coredns-f697b33283afe695554888eb0cf9f5451c481470.tar.gz coredns-f697b33283afe695554888eb0cf9f5451c481470.tar.zst coredns-f697b33283afe695554888eb0cf9f5451c481470.zip |
return an error for multiple use of some plugins (#1559)
* plugins: Return error for multiple use of some
Return plugin.ErrOnce when a plugin that doesn't support it, is called
mutliple times.
This now adds it for: cache, dnssec, errors, forward, hosts, nsid.
And changes it slightly in kubernetes, pprof, reload, root.
* more tests
Diffstat (limited to 'plugin/route53')
-rw-r--r-- | plugin/route53/README.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugin/route53/README.md b/plugin/route53/README.md index a0c2235b9..2044ad8d7 100644 --- a/plugin/route53/README.md +++ b/plugin/route53/README.md @@ -6,9 +6,8 @@ ## Description -The route53 plugin is useful for serving zones from resource record sets in AWS route53. -This plugin only supports A and AAAA records. The route53 plugin can be used when -coredns is deployed on AWS. +The route53 plugin is useful for serving zones from resource record sets in AWS route53. This plugin +only supports A and AAAA records. The route53 plugin can be used when coredns is deployed on AWS. ## Syntax |