FINDING · DETECTION
Proxy users who resolve DNS locally (at the client) are approximately twice as susceptible to RTTdiff fingerprinting compared to users who resolve DNS at the proxy, across all tested client/proxy location combinations. Local DNS returns IPs optimally reachable from the client's region, which may be geographically distant from the proxy, increasing the proxy-to-server path distance and thus the RTTdiff discrepancy.
From 2025-xue-discriminative — The Discriminative Power of Cross-layer RTTs in Fingerprinting Proxy Traffic · §VI-C-2 · 2025 · Network and Distributed System Security
Implications
- Always default to remote DNS resolution at the proxy server (not the client) and expose this as the recommended configuration in user-facing proxy tools; the performance cost is minimal compared to the detection risk of local resolution.
- Document local DNS resolution as a high-risk configuration in proxy client software and consider disabling or warning against it in censored-region deployments.
Tags
Extracted by claude-sonnet-4-6 — review before relying.