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

I have a connection profile that works perfectly if I issue the command: openvpn --config PROFILE.ovpn however, when using the desktop example it returns the following LOG and does not...

Library check >> OpenVPN core 3.git:master win x86_64 64-bit built on Nov 29 2018 15:40:15 Library check >> Copyright (C) 2012-2017 OpenVPN Inc. All rights reserved. Openvpn log >> Frame=512/2048/512...

* Mac M2 ARM * go version go1.21.0 darwin/arm64 `go get -u github.com/mysteriumnetwork/go-openvpn` ```bash if _, err := os.Stat(vpnFileParam); os.IsNotExist(err) { fmt.Println("The file does not exist :", vpnFileParam) os.Exit(1) }...

Hello guys, I'm looking at this library and see this: ``` As built-in library - openvpn wraps c++ crosscompiled libary for all major oses (darwin,linux,win,ios and android), but has a...

question

Please help me. Give me an example so I can connect it to a tap driver

I am receiving the following when trying to build for Windows: ./main.go:77:2: undefined: openvpn3.SelfCheck ./main.go:84:12: undefined: openvpn3.NewConfig ./main.go:86:13: undefined: openvpn3.NewSession Any ideas?

When running ./check-all.sh building desktop stuff fine but not mobile

I am getting this issue while running ./gomobile_example_ios.sh ![Screenshot from 2021-07-06 18-44-58](https://user-images.githubusercontent.com/38342952/124606238-4fc38980-de8a-11eb-90ec-4cca3e9fc3f3.png)

when following the readme, `make deps` throws a missing file error. ``` ❯ make deps go get -u -d github.com/magefile/mage go run ./ci/mage.go -d ./ci deps stat ./ci/mage.go: no such...