域名解析支持DNS.COM(商业版)

This commit is contained in:
GoEdgeLab
2022-07-11 11:52:03 +08:00
parent 8fb0251a87
commit b577006cd7
5 changed files with 48 additions and 26 deletions

View File

@@ -113,24 +113,6 @@
</tr>
</tbody>
<!-- DNS.COM -->
<tbody v-if="type == 'dnscom'">
<tr>
<td>AccessKeyId *</td>
<td>
<input type="text" name="paramApiKey" maxlength="100"/>
<p class="comment">登录DNS.COM控制台 -- 在"账户中心" -- "API设置"中创建和获取。</p>
</td>
</tr>
<tr>
<td>AccessKeySecret *</td>
<td>
<input type="text" name="paramApiSecret" maxlength="100"/>
<p class="comment">登录DNS.COM控制台 -- 在"账户中心" -- "API设置"中创建和获取。</p>
</td>
</tr>
</tbody>
<!-- GoDaddy -->
<tbody v-if="type == 'godaddy'">
<tr>
@@ -173,6 +155,24 @@
</tr>
</tbody>
<!-- DNS.COM -->
<tbody v-if="type == 'dnscom'">
<tr>
<td>API Key *</td>
<td>
<input type="text" name="paramDNSComKey" maxlength="100"/>
<p class="comment">在DNS.COM控制台账号中心--API设置中创建和查看。</p>
</td>
</tr>
<tr>
<td>API Secret *</td>
<td>
<input type="text" name="paramDNSComSecret" maxlength="100"/>
<p class="comment">在DNS.COM控制台账号中心--API设置中创建和查看。</p>
</td>
</tr>
</tbody>
<!-- Edge DNS -->
<tbody v-if="type == 'localEdgeDNS'">
<tr>