diff options
author | 2019-12-29 13:35:17 +0100 | |
---|---|---|
committer | 2019-12-29 13:35:17 +0100 | |
commit | fc546cf12916b9b484f39ee1d68cc3a7faa6a139 (patch) | |
tree | 87fcdf5222298153aabe535d9a124d414b5e0a12 /plugin/clouddns/README.md | |
parent | 92e0086c196f08d7b55f45bd202f36640700ecd2 (diff) | |
download | coredns-fc546cf12916b9b484f39ee1d68cc3a7faa6a139.tar.gz coredns-fc546cf12916b9b484f39ee1d68cc3a7faa6a139.tar.zst coredns-fc546cf12916b9b484f39ee1d68cc3a7faa6a139.zip |
doc: fix generated manual pages (#3571)
Went over all generated manual pages and fixed some markdown issues,
mostly escaping "_" to avoid underlining entire paragraphs.
Some textual fixes in route53 and other cloud DNS plugins.
Regenerated the markdown with mmark.
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'plugin/clouddns/README.md')
-rw-r--r-- | plugin/clouddns/README.md | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/plugin/clouddns/README.md b/plugin/clouddns/README.md index 9ae6d52e0..6ff4a2b24 100644 --- a/plugin/clouddns/README.md +++ b/plugin/clouddns/README.md @@ -28,22 +28,18 @@ clouddns [ZONE:PROJECT_ID:HOSTED_ZONE_NAME...] { domains (private vs. public hosted zone), CoreDNS does the lookup in the given order here. Therefore, for a non-existing resource record, SOA response will be from the rightmost zone. -* **PROJECT_ID** the project ID of the Google Cloud project. +* **PROJECT\_ID** the project ID of the Google Cloud project. -* **HOSTED_ZONE_NAME** the name of the hosted zone that contains the resource record sets to be +* **HOSTED\_ZONE\_NAME** the name of the hosted zone that contains the resource record sets to be accessed. -* `credentials` is used for reading the credential file. - -* **FILENAME** GCP credentials file path (normally a .json file). +* `credentials` is used for reading the credential file from **FILENAME** (normally a .json file). * `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 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 - ## Examples Enable clouddns with implicit GCP credentials and resolve CNAMEs via 10.0.0.1: |