-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
proxy dns with NOTIMP error #2595
Conversation
Thanks, I think we need to discuss a more reasonable solution. |
Yes, but how? This has put the user in danger for years. |
To prevent DNS leak, why not override destination address and configure |
|
Codecov ReportPatch and project coverage have no change.
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## master #2595 +/- ##
=======================================
Coverage 38.29% 38.29%
=======================================
Files 637 637
Lines 38122 38147 +25
=======================================
+ Hits 14599 14610 +11
- Misses 21911 21929 +18
+ Partials 1612 1608 -4
☔ View full report in Codecov by Sentry. |
@AkinoKaede @dyhkwong For example, Chromium will send SVCB/HTTPS query for every domain, some chinese domain should only query in local network. And currently, we don't have much resource to implement SVCB/HTTPS query type, and we cannot implement every query on time in futrue. So let's fllow spec, return NOTIMP. Is there any other way to prevent this kind of dnsleak, and don't put the user in danger? |
Another developer suggested configuring the |
I meet same problem, Is there any updates for |
At least make this optional for those users chaining DNS traffic with `proxySettings`.
… I meet same problem, Is there any updates for `proxySettings`? If not, I think we could merge this to keep user safe.
|
It has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days |
Chromium will send SVCB/HTTPS type dns query, which cause dns leak.
To prvent dns leak,