How can I route all DNS requests through my VPS to prevent DNS leaks? (欢迎中文) #3470
Closed
TommyYOyoyo
started this conversation in
General
Replies: 1 comment 8 replies
-
It turned out that only FireFox is leaking my DNS and the issues were its enabled DNS-over-HTTP setting and uBlock Origin "uncloak canonical names" option. After turning both off my ISPs seem to become only Google and Cloudflare, which I set on my V2RayXS configurations. To further ensure that every application on my laptop respects the DNS settings, I used dnsmasq to forward every DNS request through it to my desired DNS (Google/Cloudflare). |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've established a connection between my VPS (GCP VM) and my computer using xray-reality-xtls-rprx-vision protocol, but I noticed in the past days (using ipleak.net) that my DNS requests are being leaked. As a result, all my ISPs were exposed.
How can I make sure that all my DNS requests are properly routed through my VPS?
Information on my setup:
VPS: Google Cloud Platform Compute Engine (Tokyo) - Debian 12
Xray GUI: V2RayXS
OS: MacOS
Config generated with reality-ezpz
My current config.json:
Beta Was this translation helpful? Give feedback.
All reactions