cybozu-go / transocks

Transparent SOCKS5 / HTTP proxy in Go
MIT License
471 stars 60 forks source link

Feature request: SOCKS5 UDP support #21

Closed ghost closed 3 years ago

ghost commented 4 years ago

Would you consider supporting UDP over SOCKS5 with iptables TPROXY ? It would be great for DNS queries and gaming.

phantomcraft commented 4 years ago

I don't want to make spam, but there is a project which supports UDP and TPROXY, called ipt2socks:

https://github.com/zfl9/ipt2socks

As it uses libev, should support splice syscall.