Route tor SOCKS5 dns query through dnscrypt #2903
-
Hello, Does anyone know how to solve this problem ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You’re right that using SOCKS5 over Tor will typically send DNS queries through the Tor exit nodes, and some of them use Google DNS or other resolvers, which isn’t ideal if you’re aiming for full DNS privacy. To get around this, you have a few options:
Regarding Tor Browser, you’re also right that it doesn’t fully strip the HTTP Referer header by default, just trims it, which can leak some information. It’s one of those trade-offs they made for compatibility, but it can be disabled if you want stricter privacy. |
Beta Was this translation helpful? Give feedback.
-
I found the solution, I only needed to create a pac script, and insert it into the pac URL as base64 encoded, that was it , nothing fancy. |
Beta Was this translation helpful? Give feedback.
I found the solution, I only needed to create a pac script, and insert it into the pac URL as base64 encoded, that was it , nothing fancy.