Fixed dns bug
This commit is contained in:
parent
f9126bffe0
commit
d6777c463e
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ public class DomainService
|
|||
Type = record.Type
|
||||
});
|
||||
}
|
||||
else if (record.Name.EndsWith(rname))
|
||||
else if (record.Name == rname)
|
||||
{
|
||||
result.Add(new()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue