modulepackage
0.1.0
Repository: https://github.com/quantumghost/wg-quick-go.git
Documentation: pkg.go.dev
# README
wg-quick-go
A Golang implementation of wg-quick.
This tool could be used to configure a WireGuard interface with configuration files.
See examples for configuration samples.
How to install
go get -u github.com/QuantumGhost/wg-quick-go
How does this work?
This tool uses wgctrl-go, which uses the correspond implementations on the platform and fallbacks to Configuration Protocol.
Rationale
The wg-quick
package is usually not available in the default package repository. One need to add
extra repos to install wg-quick
, which may be inconvenient in some cases.
# Packages
No description provided by the author