-
Notifications
You must be signed in to change notification settings - Fork 116
Closed
Description
Instead of bundling with the dnscrypt-proxy binaries, we can start using our own implementation that supports every known protocol.
Here it is:
https://github.com/AdguardTeam/dnsproxy
(see the PR with the mobile build here: DNS/repos/dnsproxy/pull-requests/2/overview -- not yet published to github)
Here is what needs to be done:
- Change the format supported for DNS addresses: https://uploads.adguard.com/up04_z8zfz_AdGuard_Home.png
Please note, that DNS stamps are supported for DNSCrypt and DoH clients ONLY. We do not support it for DoT so you'll need to explicitly convert it totls:// - Setting bootstrap DNS is necessary (make it configurable via advanced settings though:
pref.dns.bootstrap) - Setting fallback DNS is also necessary. We should use the system default.
- Regarding the build process, once we are sure that the mobile build is okay, we should start publishing aar to our archiva and start versioning them.
Reactions are currently unavailable