mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
NAMEDOTCOM needs parameterization to permit integration testing.
This commit is contained in:
@@ -19,6 +19,11 @@ In your providers config json file you must provide your name.com api username a
|
||||
}
|
||||
{% endhighlight %}
|
||||
|
||||
There is another key name `apiurl` but it is optional and defaults to the correct value. If you
|
||||
want to use the test environment ("OT&E"), then add this:
|
||||
|
||||
"apiurl": "https://api.dev.name.com",
|
||||
|
||||
## Metadata
|
||||
|
||||
This provider does not recognize any special metadata fields unique to name.com.
|
||||
@@ -53,4 +58,4 @@ D("example.tld", REG_NAMECOM, DnsProvider(R53),
|
||||
|
||||
In order to activate api functionality on your name.com account, you must apply to the api program.
|
||||
The application form is [located here](https://www.name.com/reseller/apply). It usually takes a few days to get a response.
|
||||
After you are accepted, you should receive your api token via email.
|
||||
After you are accepted, you should receive your api token via email.
|
||||
|
Reference in New Issue
Block a user