From d6777c463e55db3469608e1c69cc23cf3c50c125 Mon Sep 17 00:00:00 2001 From: Marcel Baumgartner Date: Wed, 12 Jul 2023 01:29:23 +0200 Subject: [PATCH] Fixed dns bug --- Moonlight/App/Services/DomainService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Moonlight/App/Services/DomainService.cs b/Moonlight/App/Services/DomainService.cs index 7eb0a0b1..51837c5d 100644 --- a/Moonlight/App/Services/DomainService.cs +++ b/Moonlight/App/Services/DomainService.cs @@ -160,7 +160,7 @@ public class DomainService Type = record.Type }); } - else if (record.Name.EndsWith(rname)) + else if (record.Name == rname) { result.Add(new() {