mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-29 04:50:34 +00:00
SecondaryZone: implemented zone last modified feature.
This commit is contained in:
@@ -475,6 +475,8 @@ namespace DnsServerCore.Dns.Zones
|
||||
ClearZoneHistory();
|
||||
}
|
||||
|
||||
_lastModified = DateTime.UtcNow;
|
||||
|
||||
//trigger notify
|
||||
TriggerNotify();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user