mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Improved DigitalOcean documentation (#227)
- Grammar fixes - Formatting improvements - Changed a completly wrong statement about route53 (should be about DO)
This commit is contained in:
committed by
Craig Peterson
parent
60bc15705f
commit
002426ce4d
@@ -7,8 +7,7 @@ jsId: DIGITALOCEAN
|
||||
# DigitalOcean Provider
|
||||
|
||||
## Configuration
|
||||
|
||||
In your providers config json file you must provide your
|
||||
In your credentials file, you must provide your
|
||||
[Digitalocean OAuth Token](https://cloud.digitalocean.com/settings/applications)
|
||||
|
||||
{% highlight json %}
|
||||
@@ -20,12 +19,10 @@ In your providers config json file you must provide your
|
||||
{% endhighlight %}
|
||||
|
||||
## Metadata
|
||||
|
||||
This provider does not recognize any special metadata fields unique to route 53.
|
||||
This provider does not recognize any special metadata fields unique to DigitalOcean.
|
||||
|
||||
## Usage
|
||||
|
||||
Example javascript:
|
||||
Example Javascript:
|
||||
|
||||
{% highlight js %}
|
||||
var REG_NONE = NewRegistrar('none', 'NONE')
|
||||
@@ -37,5 +34,4 @@ D("example.tld", REG_NONE, DnsProvider(DIGITALOCEAN),
|
||||
{%endhighlight%}
|
||||
|
||||
## Activation
|
||||
|
||||
[Create OAuth Token](https://cloud.digitalocean.com/settings/applications)
|
||||
|
Reference in New Issue
Block a user