1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Docs fixes (#85)

* Clarify what "apiuser" is in Cloudflare docs

Confusingly it is the email address associated with the account, not the username.

* Remove Gandi registrar from docs

Because it doesn't actually exist.
This commit is contained in:
Ben Firshman
2017-04-19 17:41:12 +01:00
committed by Craig Peterson
parent 55e7710b06
commit ffb2ee7673
2 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ username and access token:
{
"cloudflare.com":{
"apikey": "your-cloudflare-api-key",
"apiuser": "your-cloudflare-username"
"apiuser": "your-cloudflare-email-address"
}
}
{% endhighlight %}