aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2019-07-17 20:40:15 +0000
committerGravatar Yong Tang <yong.tang.github@outlook.com> 2019-07-17 13:40:15 -0700
commiteefe49dd3e4c804560a365e55665138ef474f4e1 (patch)
tree898ccb6e7829eb3463d7a315f88810a817e45adb
parenta2af651ecb5565c495d8f670ee740045d188dd1e (diff)
downloadcoredns-eefe49dd3e4c804560a365e55665138ef474f4e1.tar.gz
coredns-eefe49dd3e4c804560a365e55665138ef474f4e1.tar.zst
coredns-eefe49dd3e4c804560a365e55665138ef474f4e1.zip
plugin/route53: small doc cleanups (#3016)
Adjust style to rest fo the plugins. Signed-off-by: Miek Gieben <miek@miek.nl>
-rw-r--r--plugin/route53/README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugin/route53/README.md b/plugin/route53/README.md
index 8a7863081..d492ae913 100644
--- a/plugin/route53/README.md
+++ b/plugin/route53/README.md
@@ -15,7 +15,7 @@ The route53 plugin can be used when coredns is deployed on AWS or elsewhere.
~~~ txt
route53 [ZONE:HOSTED_ZONE_ID...] {
- [aws_access_key AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY]
+ aws_access_key [AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY]
credentials PROFILE [FILENAME]
fallthrough [ZONES...]
}
@@ -41,11 +41,12 @@ route53 [ZONE:HOSTED_ZONE_ID...] {
* **FILENAME** AWS credentials filename. Defaults to `~/.aws/credentials` are used.
* `fallthrough` If zone matches and no record can be generated, pass request to the next plugin.
- If **[ZONES...]** is omitted, then fallthrough happens for all zones for which the plugin is
+ If **ZONES** is omitted, then fallthrough happens for all zones for which the plugin is
authoritative. If specific zones are listed (for example `in-addr.arpa` and `ip6.arpa`), then
only queries for those zones will be subject to fallthrough.
-* **ZONES** zones it should be authoritative for. If empty, the zones from the configuration block
+* **ZONES** zones it should be authoritative for. If empty, the zones from the configuration
+ block.
## Examples