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

Implement dnsmasq-like syntax for DNS upstreams to enable per domain resolving #220

Open
sviperz opened this issue Apr 19, 2024 · 0 comments

Comments

@sviperz
Copy link

sviperz commented Apr 19, 2024

Issue Details

There are cases when specific domains have to be resolved via specific DNS servers. For example, it can help enabling the usage of AI services while they have unnecessary geo-restrictions. See https://www.comss.ru/page.php?id=7315 as a good example of such DNS services.

Proposed solution

However, it is also good to have all the rest DNS requests to go through another set of DNS servers. For this to happen I propose to implement dnsmasq-like syntax to define DNS upstreams per domains similar to how it works in AdGuard Home - see https://github.com/AdguardTeam/AdGuardHome/wiki/Configuration#specifying-upstreams-for-domains:

image

Different approaches to query DNS servers like load-balancing, parallel requests, fastest IP are also nice to have.

Alternative solution

No response

@sfionov sfionov transferred this issue from AdguardTeam/AdguardForAndroid Apr 19, 2024
@adguard-bot adguard-bot assigned sfionov and unassigned Versty Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants