• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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