将pptp改为ip
This commit is contained in:
@@ -44,6 +44,9 @@ namespace Hncore.Pass.Vpn.Service
|
||||
foreach (var item in accouts)
|
||||
{
|
||||
var ret = await m_AgentService.Exist(productId, item);
|
||||
Console.WriteLine("====================================================");
|
||||
Console.WriteLine(ret);
|
||||
Console.WriteLine("====================================================");
|
||||
await Task.Delay(50);
|
||||
if (ret == true)
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user