Doc update (#2792)

* Fix spelling in coredns.1 and corefile.7 md files
* Run make -f Makefile.doc

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2019-04-21 22:38:40 +01:00
committed by Yong Tang
parent 98c7a6effb
commit 2c418b9fd5
10 changed files with 112 additions and 124 deletions

View File

@@ -1,11 +1,11 @@
.\" Generated by Mmark Markdown Processer - mmark.nl
.TH "COREDNS-ROUTE53" "7" "April 2019" "CoreDNS" "CoreDNS Plugins"
.TH "COREDNS-ROUTE53" 7 "April 2019" "CoreDNS" "CoreDNS Plugins"
.SH NAME
.SH "NAME"
.PP
\fIroute53\fP - enables serving zone data from AWS route53.
.SH DESCRIPTION
.SH "DESCRIPTION"
.PP
The route53 plugin is useful for serving zones from resource record
sets in AWS route53. This plugin supports all Amazon Route 53 records
@@ -13,7 +13,7 @@ sets in AWS route53. This plugin supports all Amazon Route 53 records
\[la]https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html\[ra]).
The route53 plugin can be used when coredns is deployed on AWS or elsewhere.
.SH SYNTAX
.SH "SYNTAX"
.PP
.RS
@@ -59,7 +59,7 @@ only queries for those zones will be subject to fallthrough.
\fBZONES\fP zones it should be authoritative for. If empty, the zones from the configuration block
.SH EXAMPLES
.SH "EXAMPLES"
.PP
Enable route53 with implicit AWS credentials and an upstream:
@@ -69,8 +69,9 @@ Enable route53 with implicit AWS credentials and an upstream:
.nf
\&. {
route53 example.org.:Z1Z2Z3Z4DZ5Z6Z7 {
upstream 10.0.0.1
upstream
}
forward . 10.0.0.1
}
.fi