mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-02-08 17:04:01 +00:00
BlockedZoneManager: flushing zone before load to allow reloading.
This commit is contained in:
@@ -72,6 +72,8 @@ namespace DnsServerCore.Dns.ZoneManagers
|
||||
|
||||
public void LoadBlockedZoneFile()
|
||||
{
|
||||
_zoneManager.Flush();
|
||||
|
||||
string blockedZoneFile = Path.Combine(_dnsServer.ConfigFolder, "blocked.config");
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user