Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.11 KB

File metadata and controls

21 lines (13 loc) · 1.11 KB

wireguardctrl Build Status GoDoc Go Report Card

Package wireguardctrl enables control of WireGuard devices on multiple platforms.

For more information on WireGuard, please see https://www.wireguard.com/.

MIT Licensed.

Overview

wireguardctrl can control multiple types of WireGuard devices, including:

  • Linux kernel module devices, via generic netlink
  • userspace devices (e.g. wireguard-go), via the userspace configuration protocol

In the future, if non-Linux operating systems choose to implement WireGuard natively, this package should also be extended to support the native interface of those operating systems.

If you are aware of any efforts on this front, please file an issue.