域名解析增加GoDaddy DNS(目前仅商业版可用)

This commit is contained in:
GoEdgeLab
2022-04-19 16:33:51 +08:00
parent b436b5b9fa
commit 382c605f00
5 changed files with 72 additions and 16 deletions

View File

@@ -93,14 +93,14 @@
<tr>
<td>API密钥 *</td>
<td>
<input type="text" name="cloudFlareAPIKey" maxlength="100"/>
<input type="text" name="paramCloudFlareAPIKey" maxlength="100"/>
<p class="comment">在个人资料中的"API令牌"--"API密钥"--"Global API Key"中获取。</p>
</td>
</tr>
<tr>
<td>账号邮箱 *</td>
<td>
<input type="text" name="cloudFlareEmail" maxlength="100"/>
<input type="text" name="paramCloudFlareEmail" maxlength="100"/>
<p class="comment">登录账号使用的邮箱。</p>
</td>
</tr>
@@ -124,6 +124,23 @@
</tr>
</tbody>
<!-- GoDaddy -->
<tbody v-if="type == 'godaddy'">
<tr>
<td>Key *</td>
<td>
<input type="text" name="paramGoDaddyKey" maxlength="100"/>
<p class="comment">可以在GoDaddy<a href="https://developer.godaddy.com/keys" target="_blank">开发者中心</a>添加。</p>
</td>
</tr>
<tr>
<td>Secret *</td>
<td>
<input type="text" name="paramGoDaddySecret" maxlength="100"/>
</td>
</tr>
</tbody>
<!-- Edge DNS -->
<tbody v-if="type == 'localEdgeDNS'">
<tr>