Fixed dns bug

This commit is contained in:
Marcel Baumgartner 2023-07-12 01:29:23 +02:00
parent f9126bffe0
commit d6777c463e

View file

@ -160,7 +160,7 @@ public class DomainService
Type = record.Type
});
}
else if (record.Name.EndsWith(rname))
else if (record.Name == rname)
{
result.Add(new()
{