wgproxy 0.3.0

A tiny layer-4-proxy to bridge WireGuard®-like traffic via a jump-host
Documentation
1
2
3
4
5
6
7
//! Fuzzing to simulate multiple simultaneous sessions

#[test]
#[ignore = "fuzzing tests will never terminate"]
pub fn fuzzing() {
    todo!()
}