rusnel 0.8.1

Rusnel is a fast TCP/UDP tunnel, transported over and encrypted using QUIC protocol. Single executable including both client and server
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod counted;
pub mod proxy;
pub mod quic;
pub mod remote;
pub mod socks;
pub mod tcp;
pub mod tls;
pub mod tunnel;
pub mod udp;
pub mod utils;