• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

wrong allow-transfer ip address

S

sofferto

Guest
hi,

i have changed the ip address of my plesk for linux 8.0.1 that is my primary dns server.

Also the secondary dns server ip address is changed.

But now, when i create a new domain in plesk, in the NAMED zone file (named.conf)
plesk set the SECONDARY allow-transfer ip address so wrong while the PRIMARY it's right.

Example:

my OLD ip address are:

primary: 100.100.100.1
secondary: 100.100.100.2

my NEW ip address are:

primary: 101.101.101.1
secondary: 101.101.101.2

The zone file is:

zone "mydomain.com" {
type master;
file "mydomain.com";
allow-transfer {
101.101.101.1;
100.100.100.2;
common-allow-transfer;
};
};

Every time i create a new domain in plesk i must change the secondary allow-transfer ip address manually.

Can you help me to fix this problem?

thanks
 
Back
Top