• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Question DNS Zone template has no TTL values resulting in 0 when transferred to Secondary DNS

GwenDragon

Basic Pleskian
Server operating system version
Debian 11.6
Plesk version and microupdate number
18.0.50
I checked DNS settings and zone template and found that the TTLS values are empty.
DNS Zone template has no TTL values resulting in TTL 0 when transferred to a Secondary DNS.

That was not before, some Plesk Obsidian update must have caused this.

Debian 11.6
Plesk Obsidian Version 18.0.50

Known issue?

1675438823650.png
1675438869864.png
 
In /var/named/run-root/var/ the domains zone files in have $TTL 86400 on top of their zone files:

Code:
; *** This file is automatically generated by Plesk ***
$TTL    86400
 
Should i reset it?
With
sudo plesk bin domain --list | xargs -I {} sudo plesk bin dns --update-soa {} -soa-ttl 1D -soa-refresh 3H -soa-retry 1H -soa-expire 7D -soa-minimum 3H -soa-serial-format yyyymmddnn
 
I checked DNS settings and zone template and found that the TTLS values are empty.
DNS Zone template has no TTL values resulting in TTL 0 when transferred to a Secondary DNS.

That was not before, some Plesk Obsidian update must have caused this.
You mean you've previously set custom TTL values in the DNS Zone template and now these TTL values are missing?

In /var/named/run-root/var/ the domains zone files in have $TTL 86400 on top of their zone files:
Which corresponds with the 1 day TTL selected in your second screenshot.
 
I have not set any userdefined TTL but i remember as i inspected the DNS template last year they had all the same TTL set and i do not remember well the value.

My irritation is: why is this 1 day not shown in TTL column of zone template?
 
Since this is for the template I wouldn't worry too much but if you think it's a big you should report it in the reports section:

 
Back
Top