{% extends "baseTemplate/index.html" %} {% load static %} {% block title %}Create Nameserver{% endblock %} {% block content %}
Publishes the A and NS records that make this server answer as {{ ns1 }} and {{ ns2 }}.
This page cannot finish the job on its own.
Registering glue records — the entries that tell the .net registry
which IP address {{ ns1 }} and {{ ns2 }} live at — can only be
done in the control panel of the registrar that holds
{{ ns1|cut:"ns1." }}. CloudPanel has no access to the registrar, so until you
add the glue records there by hand, no domain delegated to these nameservers will resolve.
Only a server administrator can write these records. The values below are shown so you can pass them to your registrar.
and now resolve to in zone .
| Host name | Record | IPv4 address |
|---|---|---|
| {{ ns1 }} | Glue / A | {{ serverIP }} |
| {{ ns2 }} | Glue / A | {{ serverIP }} |