mirror of
https://github.com/WireGuard/wgctrl-go.git
synced 2024-11-11 11:39:17 +00:00
97bc4ad4a1
* internal/freebsd: add initial version of FreeBSD support * internal/wguser: Replace deprecated io/ioutil package with io * internal/freebsd: prepare CI to run tests on FreeBSD * test: sort AllowedIPs before diffing them * test: skip integration test configure_peers_update_only on FreeBSD * test: increase test timeout for slow FreeBSD tests * add FreeBSD support to README Signed-off-by: Steffen Vogel <post@steffenvogel.de> * *: tidy * go.mod: bump dependencies * .builds: try to fix OpenBSD Signed-off-by: Matt Layher <mdlayher@gmail.com> Co-authored-by: Steffen Vogel <post@steffenvogel.de>
7 lines
256 B
Go
7 lines
256 B
Go
// Package wgfreebsd provides internal access to FreeBSD's WireGuard
|
|
// ioctl interface.
|
|
//
|
|
// This package is internal-only and not meant for end users to consume.
|
|
// Please use package wgctrl (an abstraction over this package) instead.
|
|
package wgfreebsd
|