Skip to content

Commit

Permalink
Allow for DNSimple User API tokens to be used by implementing the DNS…
Browse files Browse the repository at this point in the history
…IMPLE_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>
  • Loading branch information
IntegralProgrammer and mloiseleur committed Mar 15, 2024
1 parent 660b20b commit 3eb852f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/dnsimple.md
Expand Up @@ -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`).

Expand Down

0 comments on commit 3eb852f

Please sign in to comment.