第三方域名解析支持微软Azure DNS(商业版)

This commit is contained in:
GoEdgeLab
2023-11-12 20:31:16 +08:00
parent a48448f9bd
commit 6126171ca8
3 changed files with 89 additions and 0 deletions

View File

@@ -238,6 +238,34 @@
</tr>
</tbody>
<!-- Microsoft Azure DNS -->
<tbody v-if="type == 'azureDNS'">
<tr>
<td>Subscription ID *</td>
<td>
<input type="text" name="paramAzureDNSSubscriptionId" maxlength="100" spellcheck="false"/>
</td>
</tr>
<tr>
<td>Tenant ID *</td>
<td>
<input type="text" name="paramAzureDNSTenantId" maxlength="100" spellcheck="false"/>
</td>
</tr>
<tr>
<td>Client ID *</td>
<td><input type="text" name="paramAzureDNSClientId" maxlength="100" spellcheck="false"/></td>
</tr>
<tr>
<td>Client Secret Value *</td>
<td><input type="text" name="paramAzureDNSClientSecret" maxlength="100" spellcheck="false"/></td>
</tr>
<tr>
<td>Resource Group Name *</td>
<td><input type="text" name="paramAzureDNSResourceGroupName" maxlength="100" spellcheck="false"/></td>
</tr>
</tbody>
<!-- EdgeDNS -->
<tbody v-if="type == 'localEdgeDNS'">
<tr>