AdguardTeam / AdguardTeam/AdguardForAndroid
Append search domain if necessary
- Dominant language
- No language data
- Stars
- 1.9k
- Forks
- 121
- PR merge metrics
- No merged PRs in 30d
Description
In a network the DHCP usually provides clients with one or more search domains. That can be .home or .lan or something else.
When trying to resolve adguard or vpn for example, every major OS will first try to resolve the given hostname and if that's not possible, it'll append the search domain so adguard becomes adguard.home and will be tried to be resolved.
Unfortunately that is currently not the way Adguard for Android works. When the DNS filter is enabled, it tries to resolve the host adguard and will not try to append the search domain if that fails.
Can that be fixed?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.