{% extends "base.html" %} {% block content %}

DNS平台管理

添加新DNS平台
{% for platform in platforms %} {% endfor %}
名称 平台类型 API信息 备注 操作
{{ platform.name }} {{ platform.platform_type }} {% if platform.platform_type == 'cloudflare' %} Email: {{ platform.api_id }}
API Key: {{ platform.api_key[:5] }}... {% elif platform.platform_type == 'dnspod' %} API ID: {{ platform.api_id }}
API Token: {{ platform.api_key[:5] }}... {% else %} 未知平台类型 {% endif %}
{{ platform.note }} 编辑
{% endblock %}