域名解析增加CloudFlare DNS支持

This commit is contained in:
GoEdgeLab
2021-04-15 17:02:35 +08:00
parent ddfc80261f
commit f004bb209e
7 changed files with 77 additions and 2 deletions

View File

@@ -60,6 +60,24 @@
</tr>
</tbody>
<!-- CloudFlare -->
<tbody v-if="type == 'cloudFlare'">
<tr>
<td>API密钥 *</td>
<td>
<input type="text" name="cloudFlareAPIKey" maxlength="100"/>
<p class="comment">在个人资料中的"API令牌"--"API密钥"--"Global API Key"中获取。</p>
</td>
</tr>
<tr>
<td>账号邮箱 *</td>
<td>
<input type="text" name="cloudFlareEmail" maxlength="100"/>
<p class="comment">登录账号使用的邮箱。</p>
</td>
</tr>
</tbody>
<!-- DNS.COM -->
<tbody v-if="type == 'dnscom'">
<tr>