mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-12-26 09:42:18 +08:00
34 lines
1.5 KiB
HTML
34 lines
1.5 KiB
HTML
---
|
|
layout: default
|
|
---
|
|
<h1> Service providers </h1>
|
|
|
|
<table class='table table-bordered'>
|
|
<thead>
|
|
<th>Name</th>
|
|
<th>Javascript Identifier</th>
|
|
</thead>
|
|
{% for p in site.providers %}
|
|
<tr>
|
|
<td><a href=".{{p.id}}">{{p.name}}</a></td>
|
|
<td>{{p.jsId}}</td>
|
|
</tr>
|
|
{% endfor %}
|
|
</table>
|
|
|
|
We have received requests for the following providers. If you would like to contribute
|
|
code to support this provider, please re-open the issue. We'd be glad to help in any way.
|
|
|
|
<ul>
|
|
<li>AWS R53 (DNS works. Request is to add Registrar support) (<a href="https://github.com/StackExchange/dnscontrol/issues/68">#68</a>)</li>
|
|
<li>Azure (<a href="https://github.com/StackExchange/dnscontrol/issues/42">#42</a>)</li>
|
|
<li>ClouDNS (<a href="https://github.com/StackExchange/dnscontrol/issues/114">#114</a>)</li>
|
|
<li>Digital Ocean (<a href="https://github.com/StackExchange/dnscontrol/issues/125">#125</a>)</li>
|
|
<li>Dyn (<a href="https://github.com/StackExchange/dnscontrol/issues/61">#61</a>)</li>
|
|
<li>Gandi (DNS works. Request is to add Registrar support) (<a href="https://github.com/StackExchange/dnscontrol/issues/87">#87</a>)</li>
|
|
<li>GoDaddy (<a href="https://github.com/StackExchange/dnscontrol/issues/145">#145</a>)</li>
|
|
<li>Hurricane Electric (dns.he.net) (<a href="https://github.com/StackExchange/dnscontrol/issues/118">#118</a>)</li>
|
|
<li>Linode (<a href="https://github.com/StackExchange/dnscontrol/issues/121">#121</a>)</li>
|
|
<li>OVH (<a href="https://github.com/StackExchange/dnscontrol/issues/143">#143</a>)</li>
|
|
</ul>
|
|
</ul>
|