{% extends 'base.html' %} {%block title %} bigsansar - Cloudflare configrations {% endblock %} {% block head %} {% load static %} {% endblock %} {% block body %} {% include 'admin/nav.html' %}
{% if status == 'pending' %}
{{ cf.main_domain_name }} is not active on Cloudflare yet

Your assigned Cloudflare nameservers:

  • {{ name_servers1 }}
  • {{ name_servers2 }}

{% else %} {% if ssl_value == 'strict' %} {% else %} {% endif %} {% endif %}

Email
{{ cf.email }}

Domain
{{ cf.main_domain_name }}

Ip Address
{{ cf.ip_address }}

Ip Address 2
{{ cf.ip_address2 }}


Link to Cloudflare
{% endblock %}