DNS Template ISPConfig

The correct edition of a DNS template in ISPConfig is an essential part for the proper functioning of our web domain. ISPConfig has a configuration panel for DNS records such as: A Records, AAAA Records, TXT Records, CNAME Records, PTR Records, and others.

The following DNS template is a standard template in the ISPConfig DNS configuration that will allow you to automatically create the main DNS records.

To edit the default DNS template of our ISPConfig we access our administration panel/DNS/Tempates and replace the default DNS template content with our content or simply create a new template.

Replace the red information with your information

[ZONE]
origin={DOMAIN}.
ns=ns1.{DOMAIN}.
mbox={EMAIL}.
refresh=3600
retry=1800
expire=1209600
minimum=86400
ttl=86400

[DNS_RECORDS]
A|*|My IP Publica|0|14400
A|{DOMAIN}.|My IP Publica|0|14400
A|ns1.{DOMAIN}.|My IP Publica|0|14400
A|ns2.{DOMAIN}.|My IP Publica|0|14400
A|ns1|My IP Publica|0|14400
A|ns2|My IP Publica|0|14400
A|mail|My IP Publica|0|14400
A|webmail|My IP Publica|0|14400
A|ftp|My IP Publica|0|14400
CNAME|www|{DOMAIN}.|0|14400
NS|{DOMAIN}.|ns1.FQDN.|0|86400
NS|{DOMAIN}.|ns2.FQDN.|0|86400
TXT|{DOMAIN}.|v=spf1 +a +mx +ip4:My IP Publica ~all|0|14400

Was this answer helpful?

Related Articles

What is ISPConfig?

  ISPConfig is an Open Source Hosting Control Panel widely used for Linux, under BSD license...

ISPConfig automatic installation

Automatic installation of ISPConfig ISPConfig is a very complete website administration...

ISPConfig, how to change the logo

How to change the logo in ISPConfig ISPConfig is a fabulous tool for the administration and...

How to enable firewall ports in ISPConfig

In the opening of ports for ISPConfig it is necessary that our firewall is active, so we access...