mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-13 00:24:36 +08:00
named.com.md: Improve headings
This commit is contained in:
parent
963bd32e20
commit
67a0e9e248
1 changed files with 8 additions and 3 deletions
|
@ -58,17 +58,22 @@ D("example.tld", REG_NAMECOM, DnsProvider(R53),
|
|||
## Activation
|
||||
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.
|
||||
|
||||
## Tips:
|
||||
## Integration Test Notes:
|
||||
|
||||
When running integration tests, this error:
|
||||
### invalid character '<'
|
||||
|
||||
When running integration tests, this error
|
||||
means you are setting `export NAMEDOTCOM_URL='api.name.com/api'` and need to remove the `/api`.
|
||||
|
||||
```
|
||||
integration_test.go:140: api returned unexpected response: invalid character '<' looking for beginning of value
|
||||
```
|
||||
|
||||
Means you are setting `export NAMEDOTCOM_URL='api.name.com/api'` and need to remove the `/api`.
|
||||
TODO(tlim): Improve the error message. (Volunteer needed!)
|
||||
|
||||
|
||||
### dial tcp: lookup https: no such host
|
||||
|
||||
When running integration tests, this error:
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue