Skip to content
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

IPv6 Support? #83

Open
NyaMisty opened this issue Jun 29, 2022 · 3 comments
Open

IPv6 Support? #83

NyaMisty opened this issue Jun 29, 2022 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@NyaMisty
Copy link

It seems that cproxy is not supporting IPv6 proxying?

@NOBLES5E
Copy link
Owner

Personally don't use IPv6 in my own setup, which is why I haven't implemented support for it yet.

However, I recognize that IPv6 support would be valuable for many users. I'm open to contributions if anyone would like to work on adding IPv6 functionality. If you or others are interested in implementing this, please feel free to open a pull request.

@NOBLES5E NOBLES5E added the help wanted Extra attention is needed label Sep 20, 2024
@alpominth
Copy link

@NOBLES5E

Here I use a bash script I created for setting up a per-application proxy, just like a sandbox for sending all its traffic over SOCKS5/SOCKS4/SOCKS4a/HTTP proxies. It uses Glider, RouteDNS, Daemonize and some other apps.

It contain a basis for IPv6 implementation for cproxy.

Here it is: transcg-fortress.tar.gz

@NOBLES5E
Copy link
Owner

Thank you for sharing your bash script.

Regarding IPv6 support, adding it should be relatively straightforward. It would primarily involve adding ip6tables commands alongside the existing iptables commands that cproxy already uses. The key is to implement this correctly and make it accessible via a CLI flag for users who want to enable IPv6 support.

If anyone is interested in seeing this feature implemented, a pull request would be welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants