1
0
mirror of https://github.com/tonarino/innernet.git synced 2025-01-08 04:04:48 +02:00
innernet/wireguard-control
Jake McGinty 09e68c2c01
(linux) wireguard-control: migrate from wireguard-control-sys to netlink crates (#177)
also introduces a new `netlink-request` crate to help modularize the netlink code. this currently depends on a fork of the `netlink` project, but we should be able to use the official version soon.
2022-01-07 18:35:21 +09:00
..
examples (linux) wireguard-control: migrate from wireguard-control-sys to netlink crates (#177) 2022-01-07 18:35:21 +09:00
src (linux) wireguard-control: migrate from wireguard-control-sys to netlink crates (#177) 2022-01-07 18:35:21 +09:00
.gitignore meta: rename wgctrl to wireguard-control 2021-09-15 12:43:20 +09:00
Cargo.toml (linux) wireguard-control: migrate from wireguard-control-sys to netlink crates (#177) 2022-01-07 18:35:21 +09:00
README.md meta: rename wgctrl to wireguard-control 2021-09-15 12:43:20 +09:00

wireguard-control

A high-level control library to get and set configurations for WireGuard interfaces.

It's a heavily-modified fork of K900's wgctrl-rs, and was made for innernet.

Currently supports:

  • Linux kernel WireGuard implementation
  • Userspace WireGuard implementations (tested against wireguard-go on macOS and Linux)

Versioning is held in lockstep with innernet, although this may change in the future.