-
|
Hello, Firstly, I would like to thank you for the great job. It's amazing to have a such tool open source. I have a little question. How can we ensure that all the traffic is well "socksified" ? What is the easiest solution to confirm that everything works as expected? For information, I use the following app-config.json file: Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hello, Thanks for the kind words — glad the tool is helpful! 🙏 Because redirection is performed at the NDIS (network driver) level, the process is fully transparent to the operating system and applications. Wireshark on the same machine also won’t give you a clean answer:
If you want to confirm that all traffic is going through SOCKS, you can:
Regards, |
Beta Was this translation helpful? Give feedback.
Hello,
Thanks for the kind words — glad the tool is helpful! 🙏
Because redirection is performed at the NDIS (network driver) level, the process is fully transparent to the operating system and applications.
Tools like
netstat, Resource Monitor, or browser IP checks only show what the OS sees — not the intermediate SOCKS step.Wireshark on the same machine also won’t give you a clean answer:
If you want to confirm that all traffic is going …