diff --git a/DnsServerCore/DnsServer.cs b/DnsServerCore/DnsServer.cs index e50bd964..19888b30 100644 --- a/DnsServerCore/DnsServer.cs +++ b/DnsServerCore/DnsServer.cs @@ -945,6 +945,7 @@ namespace DnsServerCore throw new ArgumentException("Blocked zone must be authoritative."); _blockedZoneRoot = value; + _blockedZoneRoot.ServerDomain = _authoritativeZoneRoot.ServerDomain; } }