Aleksandr Suchovarov

Results 10 comments of Aleksandr Suchovarov

The project uses `xunit`, therefore the command line has `test`, not `vstest`. Despite the fact that `dotnet test` has implicit restore, I've executed `dotnet restore Solution.sln` and I have found...

@lstipakov any updates? Are you planning to implement this missing functionality?

Hey, @lstipakov @cron2 Sorry for the late response. I've tried the case one more time using the latest OpenVPN release version (2.6.14). It seems `openvpn.exe --config al.ovpn` (without `--block-outside-dns`) do...

The issue is quite important for us. Could you please check it and confirm or deny the problem?

@schwabe In our case, the app has additional custom actions right after vpn connect to finalize the connection process. The previous version of openvpn.exe didn't have a small period of...

@selvanair I've checked the 2.4.7 openvpn.exe version with TAP driver, works as expected without a delay.

@lstipakov No delay with TAP driver ("disable-dco" in *.ovpn config) and 2.6.3 version. It seems it is a problem with the latest DCO (0.9.3) driver. Should I move the issue...

@lstipakov What do mean when say "userspace code around the driver"? I just run two command lines without any extra logic: ``` devcon install ovpn-dco.inf ovpn-dco openvpn.exe --config config.ovpn ```

@lstipakov Oh I see now, thank you. @selvanair Does it look critical for you when we know more about the issue? If yes, are you going to investigate and fix...

Agree, that would be great. There is an XOR patch that obfuscates OpenVPN connection, but it is quite an old approach and probably not effective anymore. Moreover, it doesn't work...