{% extends "baseTemplate/index.html" %} {% load static %} {% block title %}Create DNS Zone{% endblock %} {% block content %}
Adds the zone to PowerDNS and writes the default record set for a hosted domain.
The zone becomes authoritative on this server immediately, but the internet only follows it once the registrar for the domain lists these nameservers:
| Primary | {{ ns1 }} |
|---|---|
| Secondary | {{ ns2 }} |
| Server IP | {{ serverIP }} |
Glue records for {{ ns1 }} and {{ ns2 }} must be registered
at the registrar that holds the nameserver domain. CloudPanel cannot do that for you
— see Create Nameserver.