From 3eb852fe2acda27f3bf15f75908de2ba966faa34 Mon Sep 17 00:00:00 2001 From: Michael Lescisin Date: Fri, 15 Mar 2024 13:03:53 -0400 Subject: [PATCH] Allow for DNSimple User API tokens to be used by implementing the DNSIMPLE_ACCOUNT_ID and DNSIMPLE_ZONES environment variables Grammar fix in docs/tutorials/dnsimple.md Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com> --- docs/tutorials/dnsimple.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/dnsimple.md b/docs/tutorials/dnsimple.md index 980682c35..75112ed0c 100644 --- a/docs/tutorials/dnsimple.md +++ b/docs/tutorials/dnsimple.md @@ -11,7 +11,7 @@ A DNSimple API access token can be acquired by following the [provided documenta The environment variable `DNSIMPLE_OAUTH` must be set to the generated API token to run ExternalDNS with DNSimple. -If the generated DNSimple API access token is a _User token_, as opposed to an _Account token_, the following environment variables must also be set: +When the generated DNSimple API access token is a _User token_, as opposed to an _Account token_, the following environment variables must also be set: - `DNSIMPLE_ACCOUNT_ID`: Set this to the account ID which the domains to be managed by ExternalDNS belong to (eg. `1001234`). - `DNSIMPLE_ZONES`: Set this to a comma separated list of DNS zones to be managed by ExternalDNS (eg. `mydomain.com,example.com`).