mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-22 21:26:09 +03:00
修复证书权限2
This commit is contained in:
parent
36dfea5e9a
commit
2e9a49db5c
@ -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.
Loading…
Reference in New Issue
Block a user