1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2024-11-22 21:26:09 +03:00

修复证书权限2

This commit is contained in:
ProxySU 2020-10-13 23:51:07 +08:00
parent 36dfea5e9a
commit 2e9a49db5c
2 changed files with 1 additions and 1 deletions

View File

@ -12194,7 +12194,7 @@ namespace ProxySU
string nativeIp = currentShellCommandResult;
sshShellCommand = "ping " + ReceiveConfigurationParameters[4] + " -c 1 | grep -oE -m1 \"([0-9]{1,3}\\.){3}[0-9]{1,3}\"";
sshShellCommand = "ping " + ReceiveConfigurationParameters[4] + " -c1 | grep -oE -m1 \"([0-9]{1,3}\\.){3}[0-9]{1,3}\"";
currentShellCommandResult = MainWindowsShowCmd(client, sshShellCommand);
string resultTestDomainCmd = currentShellCommandResult;

Binary file not shown.