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

SOFTLAYER: Mark provider as unmaintained (#1080)

* Warn about Softlayer
This commit is contained in:
Tom Limoncelli
2021-03-07 11:55:15 -05:00
committed by GitHub
parent 21e85e6528
commit 56766f93a9
2 changed files with 7 additions and 2 deletions

View File

@@ -7,6 +7,10 @@ jsId: SOFTLAYER
# SoftLayer DNS Provider
NOTE: This provider is currently has no maintainer. We are looking for
a volunteer. If this provider breaks it may be disabled or removed if
it can not be easily fixed.
## Configuration
To authenticate with SoftLayer requires at least a `username` and `api_key` for authentication. It can also optionally take a `timeout` and `endpoint_url` parameter however these are optional and will use standard defaults if not provided.
@@ -44,4 +48,4 @@ D("example.tld", REG_NONE, DnsProvider(SOFTLAYER),
A("test","1.2.3.4")
);
{%endhighlight%}
{%endhighlight%}