stevenengler / socksns

A tool for running an application in an isolated network namespace, with external network access only through a SOCKS proxy.
MIT License
17 stars 0 forks source link

[Feature request] UDP support #102

Closed phantomcraft closed 2 years ago

phantomcraft commented 2 years ago

SOCKS5 proxy can be also use UDP when listening. As UDP is supported by SOCKS5, UDP packets can be forwarded to a SOCKS5 proxy (but it must listen as UDP too).

Also, if implemented together with #101 would be a overkill feature because DNS forwarders such as dnsmasq could work. And so, DNS servers could be selected instead of the one of main network namespace.