mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-31 13:59:29 +00:00
StubZone: minor implementation changes.
This commit is contained in:
@@ -479,6 +479,12 @@ namespace DnsServerCore.Dns.Zones
|
||||
set { throw new InvalidOperationException(); }
|
||||
}
|
||||
|
||||
public override AuthZoneUpdate Update
|
||||
{
|
||||
get { return _update; }
|
||||
set { throw new InvalidOperationException(); }
|
||||
}
|
||||
|
||||
public override bool IsActive
|
||||
{
|
||||
get { return !_disabled && !_isExpired; }
|
||||
|
||||
Reference in New Issue
Block a user