{% extends 'base.html' %} {% block title %}域名详情 - {{ domain.name }}{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
{{ code }} {{ count }}
{% endfor %}
| 日期 | 流量(GB) | 峰值带宽(Mbps) |
|---|---|---|
| {{ r.day }} | {{ r.gb }} | {% if r.peak_mbps %}{{ r.peak_mbps }}{% else %}-{% endif %} |
| 主机名 | 期望 CNAME 目标 | 实际解析 | 状态 |
|---|---|---|---|
| {{ r.hostname }} | {{ r.expected }} |
{% if r.actual %}
{% for a in r.actual %}{{ a }}{% if not forloop.last %}, {% endif %}{% endfor %}
{% else %}
(无)
{% endif %}
|
{% if r.ok %}
正确
{% else %}
未匹配
{% if r.error %} {{ r.error }} {% endif %}
{% endif %}
|
| {{ host }} | {{ target }} |
(未检测) | 未知 |