Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vai3soh/ovpncli

openvpn3 library for Go
https://github.com/vai3soh/ovpncli

golang-library openvpn openvpn3

Last synced: 5 days ago
JSON representation

openvpn3 library for Go

Awesome Lists containing this project

README

        

# ovpncli - Golang wrapping client call openvpn3 C++ library

Library for wrapping openvpn3 (https://github.com/OpenVPN/openvpn3) functionality in go way

For bindings use Swig library: https://github.com/swig/swig

Build for linux, windows (x64) OS.

How to build (use docker):
```
git clone --recursive https://github.com/Vai3soh/ovpncli
cd ovpncli
make build
```
How to use:
see test in ovpn_test.go