Hacker News new | ask | show | jobs
by warner_of_doom 1554 days ago
Does this SOCKS5 tunnel support UDP?
1 comments

Oh! I don't think so; at least, I don't think go-socks5 does.
SOCKS5 supports UDP, but yeah it does not look like go-socks5 does.
Does Rust support it?
The Rust user-mode WireGuard proxy mentioned upthread does UDP. Netstack does UDP as well; it's just that this particular tool doesn't, yet.