diff options
Diffstat (limited to 'man/coredns-clouddns.7')
-rw-r--r-- | man/coredns-clouddns.7 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/man/coredns-clouddns.7 b/man/coredns-clouddns.7 index 4783e028d..7265aecc2 100644 --- a/man/coredns-clouddns.7 +++ b/man/coredns-clouddns.7 @@ -37,19 +37,15 @@ Therefore, for a non-existing resource record, SOA response will be from the rig .IP \(bu 4 \fBPROJECT_ID\fP the project ID of the Google Cloud project. .IP \(bu 4 -\fBHOSTED\fIZONE\fPNAME\fP the name of the hosted zone that contains the resource record sets to be +\fBHOSTED_ZONE_NAME\fP the name of the hosted zone that contains the resource record sets to be accessed. .IP \(bu 4 -\fB\fCcredentials\fR is used for reading the credential file. -.IP \(bu 4 -\fBFILENAME\fP GCP credentials file path (normally a .json file). +\fB\fCcredentials\fR is used for reading the credential file from \fBFILENAME\fP (normally a .json file). .IP \(bu 4 \fB\fCfallthrough\fR If zone matches and no record can be generated, pass request to the next plugin. If \fB[ZONES...]\fP is omitted, then fallthrough happens for all zones for which the plugin is authoritative. If specific zones are listed (for example \fB\fCin-addr.arpa\fR and \fB\fCip6.arpa\fR), then only queries for those zones will be subject to fallthrough. -.IP \(bu 4 -\fBZONES\fP zones it should be authoritative for. If empty, the zones from the configuration block .SH "EXAMPLES" |