mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-11 23:54:28 +08: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:
parent
60bc15705f
commit
002426ce4d
1 changed files with 3 additions and 7 deletions
|
@ -7,8 +7,7 @@ jsId: DIGITALOCEAN
|
||||||
# DigitalOcean Provider
|
# DigitalOcean Provider
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
In your credentials file, you must provide your
|
||||||
In your providers config json file you must provide your
|
|
||||||
[Digitalocean OAuth Token](https://cloud.digitalocean.com/settings/applications)
|
[Digitalocean OAuth Token](https://cloud.digitalocean.com/settings/applications)
|
||||||
|
|
||||||
{% highlight json %}
|
{% highlight json %}
|
||||||
|
@ -20,12 +19,10 @@ In your providers config json file you must provide your
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
## Metadata
|
## Metadata
|
||||||
|
This provider does not recognize any special metadata fields unique to DigitalOcean.
|
||||||
This provider does not recognize any special metadata fields unique to route 53.
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
Example Javascript:
|
||||||
Example javascript:
|
|
||||||
|
|
||||||
{% highlight js %}
|
{% highlight js %}
|
||||||
var REG_NONE = NewRegistrar('none', 'NONE')
|
var REG_NONE = NewRegistrar('none', 'NONE')
|
||||||
|
@ -37,5 +34,4 @@ D("example.tld", REG_NONE, DnsProvider(DIGITALOCEAN),
|
||||||
{%endhighlight%}
|
{%endhighlight%}
|
||||||
|
|
||||||
## Activation
|
## Activation
|
||||||
|
|
||||||
[Create OAuth Token](https://cloud.digitalocean.com/settings/applications)
|
[Create OAuth Token](https://cloud.digitalocean.com/settings/applications)
|
||||||
|
|
Loading…
Add table
Reference in a new issue