Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vai3soh/ovpncli
- Owner: Vai3soh
- License: agpl-3.0
- Created: 2022-11-07T07:36:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-27T14:02:04.000Z (about 1 year ago)
- Last Synced: 2024-06-21T01:54:07.044Z (5 months ago)
- Topics: golang-library, openvpn, openvpn3
- Language: Go
- Homepage:
- Size: 15.2 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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