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
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.
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.
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?
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
The text was updated successfully, but these errors were encountered: