mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-01-01 06:20:38 +00:00
PrimaryZone: implemented zone last modified feature.
This commit is contained in:
@@ -2587,6 +2587,8 @@ namespace DnsServerCore.Dns.Zones
|
||||
|
||||
internal void CommitAndIncrementSerial(IReadOnlyList<DnsResourceRecord> deletedRecords = null, IReadOnlyList<DnsResourceRecord> addedRecords = null)
|
||||
{
|
||||
_lastModified = DateTime.UtcNow;
|
||||
|
||||
if (_internal)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user