aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorGravatar Yong Tang <yong.tang.github@outlook.com> 2018-11-13 14:44:47 -0800
committerGravatar Miek Gieben <miek@miek.nl> 2018-11-13 22:44:47 +0000
commitbb0b60ec812d33f9971e12971ca999f76dd87d52 (patch)
tree677da3b8125887d8f622866a0a7d49391aec2ce1 /plugin
parentc3d69bec3177511d8315529ce734a713437b1bf0 (diff)
downloadcoredns-bb0b60ec812d33f9971e12971ca999f76dd87d52.tar.gz
coredns-bb0b60ec812d33f9971e12971ca999f76dd87d52.tar.zst
coredns-bb0b60ec812d33f9971e12971ca999f76dd87d52.zip
Update README.md in route53 plugin (#2299)
Update README.md in route53 plugin, as credentials_file is not supported. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'plugin')
-rw-r--r--plugin/route53/README.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/plugin/route53/README.md b/plugin/route53/README.md
index 5917e03f8..1617b23fd 100644
--- a/plugin/route53/README.md
+++ b/plugin/route53/README.md
@@ -74,16 +74,6 @@ Enable route53 with fallthrough:
}
~~~
-Enable route53 with AWS credentials file:
-
-~~~ txt
-. {
- route53 example.org.:Z1Z2Z3Z4DZ5Z6Z7 {
- credentials_file some-user
- }
-}
-~~~
-
Enable route53 with multiple hosted zones with the same domain:
~~~ txt