Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to proxy DNS requests via SOCKS #356

Closed
ghost opened this issue Nov 1, 2022 · 4 comments
Closed

Add option to proxy DNS requests via SOCKS #356

ghost opened this issue Nov 1, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@ghost
Copy link

ghost commented Nov 1, 2022

Is your feature request related to a problem? Please describe.
Currently, DNS is resolved directly, not through the SOCKS5 proxy.
This causes DNS leaks when chaining with other VPN services.

Describe the solution you'd like
I think the hostname needs to be passed to the SOCKS server without DNS resolution.

@ghost ghost added the enhancement New feature or request label Nov 1, 2022
@kasnder
Copy link
Member

kasnder commented Nov 1, 2022

You can already use the port forwarding option to secure ports with tools like Nebulo. See here: #201

@kasnder kasnder closed this as completed Nov 1, 2022
@ghost
Copy link
Author

ghost commented Nov 1, 2022

I don't mean DoH or DoT, but DNS resolution through a socks proxy.
Because, even with DoH or DoT, DNS is resolved without going through a proxy (VPN), which causes DNS leaks.
DNS leaks allow tracking.

@kasnder
Copy link
Member

kasnder commented Nov 1, 2022

I think this is covered by tools like Invizible Pro.

@ghost
Copy link
Author

ghost commented Nov 2, 2022

OK, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant