From eefe49dd3e4c804560a365e55665138ef474f4e1 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Wed, 17 Jul 2019 20:40:15 +0000 Subject: [PATCH] plugin/route53: small doc cleanups (#3016) Adjust style to rest fo the plugins. Signed-off-by: Miek Gieben --- plugin/route53/README.md | 7 ++++--- 1 file 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