From 744c71b4012c685a7b2fdc2711e19db10f25ff58 Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sun, 25 Jun 2023 17:12:21 +0530 Subject: [PATCH] AuthZoneInfo: Updated NotifyFailed to return list of failed name servers. --- DnsServerCore/Dns/Zones/AuthZoneInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DnsServerCore/Dns/Zones/AuthZoneInfo.cs b/DnsServerCore/Dns/Zones/AuthZoneInfo.cs index 05de3920..801eaeb5 100644 --- a/DnsServerCore/Dns/Zones/AuthZoneInfo.cs +++ b/DnsServerCore/Dns/Zones/AuthZoneInfo.cs @@ -951,7 +951,7 @@ namespace DnsServerCore.Dns.Zones } } - public bool NotifyFailed + public string[] NotifyFailed { get {