{% extends "baseTemplate/index.html" %} {% load i18n %} {% block title %}{% trans "Create Nameserver - CyberPanel" %}{% endblock %} {% block content %} {% load static %} {% get_current_language as LANGUAGE_CODE %}

{% trans "Create Nameserver" %} - {% trans "DNS Docs" %}

{% trans "You can use this page to setup nameservers using which people on the internet can resolve websites hosted on this server." %}

{% trans "Details" %}

{% if not status %}

{% trans "PowerDNS is disabled." %}

{% else %}
example.com
ns1.example.com
ns2.example.com

{% trans "Nameserver cannot be created. Error message:" %} {$ errorMessage $}

{% trans "The following nameservers were successfully created:" %}
{$ nameServerOne $}
{$ nameServerTwo $}

{% trans "Could not connect to server. Please refresh this page." %}

{% endif %}
{% endblock %}