mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-01-03 23:34:49 +00:00
SecondaryZone: added override for Update property so stop the zone type to support updates.
This commit is contained in:
@@ -586,6 +586,12 @@ namespace DnsServerCore.Dns.Zones
|
||||
|
||||
#region properties
|
||||
|
||||
public override AuthZoneUpdate Update
|
||||
{
|
||||
get { return _update; }
|
||||
set { throw new InvalidOperationException(); }
|
||||
}
|
||||
|
||||
public DateTime Expiry
|
||||
{ get { return _expiry; } }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user