mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-01-01 06:20:38 +00:00
AllowedZoneManager: implemented Flush().
This commit is contained in:
@@ -132,6 +132,11 @@ namespace DnsServerCore.Dns.ZoneManagers
|
||||
return false;
|
||||
}
|
||||
|
||||
public void Flush()
|
||||
{
|
||||
_zoneManager.Flush();
|
||||
}
|
||||
|
||||
public List<AuthZoneInfo> ListZones()
|
||||
{
|
||||
return _zoneManager.ListZones();
|
||||
|
||||
Reference in New Issue
Block a user