You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there anything like proxychains or tsocks that would support wrapping and forwarding an application using UDP over the SOCKS5 proxy? I can't seem to find anything that supports this.
+/*
+* At the moment UDP ASSOCIATE is not supported, but CONNECT and BIND are.
+* At the moment no authentication methods are supported (i.e only NO AUTH),
+* which is technically not compliant with RFC1928.
+*/
Is there anything like proxychains or tsocks that would support wrapping and forwarding an application using UDP over the SOCKS5 proxy? I can't seem to find anything that supports this.
What about a flag like -L for UDP?
It looks like socat has only recently acquired SOCKS5 support ( https://repo.or.cz/socat.git/commitdiff/7b66b53f934fe611747d7b269834ec30a175b546 ) , but with no UDP support, so I can't use that.
This old fork also seems to exist ( https://github.com/runsisi/socat/ ); but I don't think it supports UDP either.
This only really seems to leave UDP-over-TCP-over-SOCKS solutions.
The text was updated successfully, but these errors were encountered: