소스 검색

Merge pull request #221 from Moonlight-Panel/FixDnsBug

Fixed dns bug
Marcel Baumgartner 2 년 전
부모
커밋
c1cfb35c86
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Moonlight/App/Services/DomainService.cs

+ 1 - 1
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()
                 {