Expand description
WireGuard tunnel implementation using gotatun.
This module wraps gotatun’s Tunn struct and manages the UDP transport
for sending/receiving encrypted WireGuard packets.
Structs§
- Wire
Guard Config - Configuration for the WireGuard tunnel.
- Wire
Guard Tunnel - A WireGuard tunnel that encrypts/decrypts IP packets.