go-openvpn icon indicating copy to clipboard operation
go-openvpn copied to clipboard

Results 21 go-openvpn issues
Sort by recently updated
recently updated
newest added

``` session := NewSession(&fmtLogger{}) session.Start("", Credentials{}) err := session.Wait() ``` Problems: - Error is not informative, it's always the same ``` err = "openvpn3 init failed" ``` - Detailed error...

help wanted
good first issue

See `ci/commands/utils.go` -> `MustRunCommand()` This command should proxy all data from runned command: - output - error output - exit code https://kev.inburke.com/kevin/proxying-to-a-subcommand-with-go/

help wanted
good first issue

``` grep -r "/go-src-root" scripts scripts/x-compile-ios.sh:LIB_OUT="/go-src-root/openvpn3/bridge/libopenvpn3_${LIBSUFFIX}.a" scripts/x-compile-windows.sh:LIB_OUT="/go-src-root/openvpn3/bridge/libopenvpn3_${LIBSUFFIX}.a" scripts/x-compile-windows.sh:MORE_LIBS=${libs[@]} /go-src-root/scripts/concat-libs.sh $LIB_OUT library.o scripts/xgo_run.sh: -v $(pwd):/go-src-root/ \ scripts/xgo_run.sh: -w /go-src-root/ \ scripts/build-bridge.sh:. /go-src-root/scripts/helpers.sh scripts/build-bridge.sh:cd /go-src-root/build scripts/build-bridge.sh:rm -rf /go-src-root/openvpn3/bridge/*.a /go-src-root/openvpn3/bridge/*.h scripts/build-bridge.sh:cp -f core/adapter/*.h...

help wanted
good first issue

Hello, thanks for creating this package We're using OpenVPN with OTP. Could you work on adding this feature? Thanks

I use the example code for desk to build the 'test.exe', when I run it with admin privilege, it quickly pops out and close cmd window 3 times. It closes...

this PR aims to implement proposed solutions in https://github.com/mysteriumnetwork/node/issues/5942 second PR of the solution first PR: https://github.com/mysteriumnetwork/node/pull/6046