runnel-rs 0.2.0

A Rust proxy and tunnel toolbox with WireGuard-style, TUN, SOCKS, and TLS-based transports.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod cert;
pub mod client;
pub mod config;
pub mod daze;
pub mod mode;
pub mod proxy;
mod runtime;
pub mod server;
pub mod system_proxy;
pub mod telemetry;
pub mod tui;
pub mod tun;
pub mod wg;