diff options
author | 2018-01-25 16:17:47 -0700 | |
---|---|---|
committer | 2018-01-25 23:17:47 +0000 | |
commit | 4b5fc3002e052cef09267c4944286ca283908b1d (patch) | |
tree | 51ed5114ea0571c8980d602825c25c982635c68c /plugin/route53 | |
parent | c56fa8dbd3a4935086a771d71253520cf2e8cf34 (diff) | |
download | coredns-4b5fc3002e052cef09267c4944286ca283908b1d.tar.gz coredns-4b5fc3002e052cef09267c4944286ca283908b1d.tar.zst coredns-4b5fc3002e052cef09267c4944286ca283908b1d.zip |
correct typo from `hosts` to `route53` (#1437)
Diffstat (limited to 'plugin/route53')
-rw-r--r-- | plugin/route53/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/route53/README.md b/plugin/route53/README.md index 21bab8be6..a0c2235b9 100644 --- a/plugin/route53/README.md +++ b/plugin/route53/README.md @@ -6,7 +6,7 @@ ## Description -The hosts plugin is useful for serving zones from resource record sets in AWS route53. +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. |