1
0
mirror of https://github.com/tonarino/innernet.git synced 2026-04-24 19:55:00 +02:00
Files
Matěj Laitl 0431430554 wireguard-control demote debug in get_by_name() to trace (#388)
This method is called hundreds of times when i.e. traversing NAT candidates

This isn't really a problem for command-line `innernet`, as its logging disables logs except from innernet(_shared) (unless -vv is passed), but is a problem when innernet is used as a library.
2026-03-04 12:29:21 +09:00
..
2025-08-05 12:08:44 +02:00
2025-11-10 17:26:58 +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.