mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-03-06 05:33:58 +00:00
fixed issue of missing server domain for blocked zone when setting new zone.
This commit is contained in:
@@ -945,6 +945,7 @@ namespace DnsServerCore
|
||||
throw new ArgumentException("Blocked zone must be authoritative.");
|
||||
|
||||
_blockedZoneRoot = value;
|
||||
_blockedZoneRoot.ServerDomain = _authoritativeZoneRoot.ServerDomain;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user