15 lines
260 B
Markdown
15 lines
260 B
Markdown
# wg-go
|
|
|
|
Provides a minimal interface for creating/destroying/monitoring [wg](https://www.wireguard.com/) clients and server instances
|
|
|
|
## Getting Started
|
|
|
|
### Requirements
|
|
|
|
- A fairly recent [go](https://go.dev/dl/) version
|
|
|
|
### Installation
|
|
|
|
go build wg-go
|
|
|