vortix 0.2.0

Terminal UI for WireGuard and OpenVPN with real-time telemetry and leak guarding
Documentation
1
2
3
4
5
6
7
8
//! Linux platform implementations.
//!
//! Uses iptables/nftables, /proc/net/dev, ip addr, and resolvectl.

pub mod dns;
pub mod firewall;
pub mod interface;
pub mod network;