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

Proxy connection established, but packets not being forwarded to Discord through WinDivert #371

Open
Hittcliff opened this issue Oct 13, 2024 · 2 comments

Comments

@Hittcliff
Copy link

I have a C++ program that establishes a proxy connection using WinDivert and redirects traffic to Discord. The proxy connection is established successfully, but packets are not being forwarded to Discord, and Discord is not working through the proxy. The redirectTraffic function is used to redirect traffic to the proxy, but it seems that packets are not being processed correctly.

Why do I need this? Recently, Discord was blocked for stupid reasons, and I want to write software to bypass the blocking. Just sketches for now, but I need to make it work as it should. I want to make a proxy connection only for Discord.

Src: https://pastecode.io/s/5h0qv1jf

@Hittcliff
Copy link
Author

I've checked the proxy connection and it's established successfully. I've also tried debugging the redirectTraffic function, but I'm not sure what's going wrong.

@Hittcliff
Copy link
Author

Can anyone help me identify the issue with the redirectTraffic function and why packets are not being forwarded to Discord through the proxy? Is there something I'm missing in terms of packet processing or handling?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant