mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-02-16 21:05:35 +00:00
BlockedZoneManager: implemented Flush().
This commit is contained in:
@@ -150,6 +150,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