第三方域名解析增加火山引擎TrafficRoute

This commit is contained in:
GoEdgeLab
2023-11-06 16:21:19 +08:00
parent ba823b3e93
commit 7ae68efbfc
3 changed files with 46 additions and 0 deletions

View File

@@ -198,6 +198,23 @@
</tr>
</tbody>
<!-- VolcEngine -->
<tbody v-if="type == 'volcEngine'">
<tr>
<td>Access Key ID *</td>
<td>
<input type="text" name="paramVolcEngineAccessKeyId" maxlength="100"/>
<p class="comment">在火山引擎“访问控制--API访问密钥”中获取。</p>
</td>
</tr>
<tr>
<td>Secret Access Key *</td>
<td>
<input type="text" name="paramVolcEngineAccessKeySecret" maxlength="100"/>
</td>
</tr>
</tbody>
<!-- EdgeDNS -->
<tbody v-if="type == 'localEdgeDNS'">
<tr>