This commit is contained in:
Shreyas Zare
2024-03-16 18:19:11 +05:30
4 changed files with 4 additions and 4 deletions

View File

@@ -558,7 +558,7 @@ namespace DnsServerCore.Dns.ZoneManagers
if (minimumEntriesToRemove < 1)
return; //no need to remove
//remove stale records if they exists
//remove stale records if they exist
if (serveStale)
minimumEntriesToRemove -= RemoveExpiredRecordsInternal(false, minimumEntriesToRemove);

View File

@@ -5216,7 +5216,7 @@ MII...
</div>
</div>
<p><b>Note!</b> The Web Service or Optional Protocols TLS certificate (.pfx) files will be included in the backup only if they exists within the DNS server's config folder.</p>
<p><b>Note!</b> The Web Service or Optional Protocols TLS certificate (.pfx) files will be included in the backup only if they exist within the DNS server's config folder.</p>
<p><b>Note!</b> It may take several minutes to generate the backup zip file if log files are selected to be backed up which will depend on the size of the log files on the disk.</p>