{% extends 'base.html' %} {% block title %}添加域名{% endblock %} {% block content %}

添加域名

返回列表 查看套餐
{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}
{% csrf_token %} {{ form.non_field_errors }}
{{ form.name }}
{{ form.subdomains }}
例如:www,static
{{ form.origin_host }}
{{ form.origin_protocol }}
{{ form.origin_port }}
{{ form.plan }}
{{ form.enable_websocket }}
取消
创建成功后系统会自动跳转到域名详情页: 在详情页可查看生成的 CNAME 目标,并可点击“检测 DNS 生效”按钮进行验证。 如未设置套餐将默认使用系统配置的免费额度(可在运营面板调整)。
{% endblock %}