域名解析增加bunny.net支持(仅商业版)

This commit is contained in:
GoEdgeLab
2024-05-10 17:00:42 +08:00
parent af7a03b9fc
commit 3f042dd2b0
3 changed files with 32 additions and 0 deletions

View File

@@ -301,6 +301,17 @@
</tr>
</tbody>
<!-- bunny.net -->
<tbody v-if="type == 'bunnyNet'">
<tr>
<td>API密钥 *</td>
<td>
<input type="text" name="paramBunnyNetAPIKey" maxlength="100" spellcheck="false"/>
<p class="comment">在“Edit account details" -- "API Key"中获取。<mask-warning></mask-warning></p>
</td>
</tr>
</tbody>
<!-- EdgeDNS -->
<tbody v-if="type == 'localEdgeDNS'">
<tr>

View File

@@ -224,6 +224,16 @@
</tr>
</tbody>
<!-- bunny.net -->
<tbody v-if="provider.type == 'bunnyNet'">
<tr>
<td class="color-border">API密钥</td>
<td>
{{provider.apiParams.apiKey}}
</td>
</tr>
</tbody>
<!-- Local EdgeDNS -->
<tbody v-if="provider.type == 'localEdgeDNS'">
<tr>

View File

@@ -302,6 +302,17 @@
</tr>
</tbody>
<!-- bunny.net -->
<tbody v-if="provider.type == 'bunnyNet'">
<tr>
<td>API密钥 *</td>
<td>
<input type="text" name="paramBunnyNetAPIKey" maxlength="100" spellcheck="false" v-model="provider.params.apiKey"/>
<p class="comment">在“Edit account details" -- "API Key"中获取。<mask-warning></mask-warning></p>
</td>
</tr>
</tbody>
<!-- EdgeDNS -->
<tbody v-if="provider.type == 'localEdgeDNS'">
<tr>