Updated
This commit is contained in:
@@ -86,13 +86,9 @@ namespace EonaCat.DnsTester
|
||||
return;
|
||||
}
|
||||
|
||||
Task.Run(() =>
|
||||
{
|
||||
IsRunning = true;
|
||||
CheckDNS(CleanNames, CleanNamesCount, DNS1, DNS2);
|
||||
IsRunning = false;
|
||||
});
|
||||
|
||||
IsRunning = true;
|
||||
CheckDNS(CleanNames, CleanNamesCount, DNS1, DNS2);
|
||||
IsRunning = false;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user