Join Slack
Powered by
<How can I read all incoming traffic that should g...
# community-feeds
r
rss
09/13/2023, 8:29 PM
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...
Open in Slack
Previous
Next