Skip to content

How to ensure that proxifyre works as expected? #76

Answered by wiresock
Kierow asked this question in Q&A
Discussion options

You must be logged in to vote

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:

  • It will capture both locally generated packets (before redirection) and the re-injected packets (after SOCKS processing).
  • The result is a confusing mix of “direct” and “proxied” traffic in the same capture — this is normal for this redirection method.

If you want to confirm that all traffic is going …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by wiresock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #74 on August 08, 2025 15:59.