-
-
Notifications
You must be signed in to change notification settings - Fork 491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reverse socks2tun implementation #26
Comments
What do you mean Could you give me more context or examples? |
I want to use any existing network interface as socks5 proxy. There are lots of applications supporting socks4/5 options. I want to have different vpn-s for different applications. |
Your needs are not related to this |
I have not found any simple socks/http proxy with |
Just for the record, I usually use https://3proxy.org/ as a proxy with outgoing ip/interface functionality. |
I'm looking for reverse implementation converting many vpn/wireguard interfaces to socks5 proxy.
For now I have plenty of hacks running lots of different socks servers via different users, then marking and properly routing traffic using iptables. All this stuff is very unstable.
Can you give me advise how network interfaces can be converted into socks5 proxy in easiest way?
Thanks!
The text was updated successfully, but these errors were encountered: