将pptp改为ip

This commit is contained in:
wanyongkang
2020-11-30 13:56:19 +08:00
parent daaaea5e7c
commit 688577db39
20 changed files with 60 additions and 57 deletions

View File

@@ -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;