Categorygithub.com/my-network/wgcreate
modulepackage
0.0.0-20220102211304-88896ea42545
Repository: https://github.com/my-network/wgcreate.git
Documentation: pkg.go.dev

# README

There is package https://github.com/WireGuard/wgctrl-go which does everything to manage WireGuard interfaces except creating them. And authors of the package says:

This package implements WireGuard configuration protocol operations, enabling the configuration of existing WireGuard devices. Operations such as creating WireGuard devices, or applying IP addresses to those devices, are out of scope for this package.

So wgcreate just creates WireGuard interfaces to be managed by https://github.com/WireGuard/wgctrl-go.

It uses kernel-space support if it available. If not then it uses userspace implementation of wireguard.

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author