go-openvpn
go-openvpn copied to clipboard
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...
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
ld: error: undefined symbol: std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)
I am getting this issue while running ./gomobile_example_ios.sh 
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...