mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-01-06 08:45:32 +00:00
Merge branch 'master' of https://github.com/TechnitiumSoftware/DnsServer
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user