-
Notifications
You must be signed in to change notification settings - Fork 0
Common mistakes
gatepath edited this page Jan 9, 2026
·
1 revision
The following mistakes are commonly observed when using Tor with VPN-based setups.
Tor SOCKS requires explicit configuration. Applications that are not configured to use SOCKS will not use Tor.
Running Tor-enabled and clearnet applications in parallel can result in mixed traffic flows.
Users must ensure that routing intent matches application behavior.
Some applications bypass proxy settings, use hardcoded IP addresses, or resolve DNS independently.
This can lead to unexpected clearnet exposure.
Gatepath provides network transport and routing separation. It does not modify or harden applications.
Users remain responsible for understanding their application behavior.