I wanna do dyndns updates to Plesk, so I allowed updates from slave into /etc/named.conf. I managed to do dyndns update somehow, I can see updates by dig commands on Plesk but UI is showing still an old record and reboots didn't help either.
options {
allow-recursion {
localhost;
};
listen-on-v6 { any; };
version "none";
directory "/var";
auth-nxdomain no;
pid-file "/var/run/named/named.pid";
notify yes;
also-notify { 10.75.6.135 port 8054; };
allow-update {
10.75.6.135;
};
};
dig...
How is possible to allow dns updates(dyndns) on Plesk
options {
allow-recursion {
localhost;
};
listen-on-v6 { any; };
version "none";
directory "/var";
auth-nxdomain no;
pid-file "/var/run/named/named.pid";
notify yes;
also-notify { 10.75.6.135 port 8054; };
allow-update {
10.75.6.135;
};
};
dig...
How is possible to allow dns updates(dyndns) on Plesk