<How can I read all incoming traffic that should g...
# community-feeds
r
How can I read all incoming traffic that should get redirected by TPROXY? I'm writing a UDP transparent proxy in Rust, I'm using several crates socket2 => Access to the creation of a RAW socket nix::sys::socket => Access to all of the low level socket API calls std::net::socket => Access to the...