mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-01-03 23:34:49 +00:00
AuthZoneInfo: added ApexZone internal property.
This commit is contained in:
@@ -512,6 +512,9 @@ namespace DnsServerCore.Dns.Zones
|
||||
|
||||
#region properties
|
||||
|
||||
internal ApexZone ApexZone
|
||||
{ get { return _apexZone; } }
|
||||
|
||||
public string Name
|
||||
{ get { return _name; } }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user