mirror of
https://github.com/code3-dev/dnsleak.git
synced 2026-04-27 05:25:58 +03:00
[GH-ISSUE #1] NO PROXY SETTIING! #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @foxy8989 on GitHub (Oct 26, 2025).
Original GitHub issue: https://github.com/code3-dev/dnsleak/issues/1
When you use the V2rayN , it doesn't work correctly... because the test requests do not pass through the proxy 127.0.0.1
@code3-dev commented on GitHub (Oct 26, 2025):
My friend, the browser works differently from the system itself. If you run the VPN in TUN mode, you’ll see the difference. The PROXY mode only applies to the browser, it’s not the real system-wide connection.
@foxy8989 commented on GitHub (Dec 26, 2025):
got it ! thank you..