• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

DNS Template question

F

Filipe Miranda

Guest
Hello,

Part of my DNS template looks like this:

<domain>. NS ns1.<domain>.
<domain>. NS ns2.<domain>.
<domain>. A <ip>
ns1.<domain>. A <ip>
ns2.<domain>. A <ip>

Since I need 2 DNS entries for my domain, and in this test server I'll use the same server to handle these 2 entries, my question is:

Is there a variable to point to the second ip available in my server?

As you can see:
ns1.<domain>. A <ip>
ns2.<domain>. A <ip>

This will make it point to the same ip address, but I need it to point to the sencond available virtual address that I have in my server. Is there a variable to that? Or will I have to speficy the IP address itself?

Thank you,
Filipe Miranda
 
http://download1.swsoft.com/Plesk/Plesk8.2/Doc/plesk-8.2-unix-administrators-guide/16647.htm :

Select the resource record type and specify the record properties as desired.

Note that you can use <ip> and <domain> templates that will be replaced in the generated zone with real IP addresses and domain names. You can use a wildcard symbol (*) to specify any part of the domain name, and you can specify the exact values you need.

Seems there is no <second virtual address> templates.
 
Back
Top