Andrey Meshkov
Andrey Meshkov
This is quite important on mobile devices since they often change networks and this triggers new DNS queries. Persisting DNS cache would allow us to save quite a lot. However,...
It is possible that the server response is rather slow (i've seen cases with up to 10 seconds) so it's okay to use a high timeout. Also, it'd be better...
Here's the problem with the current SERVFAIL handling: 1. We emulate SERVFAIL when we encounter a timeout exception (or any other exception) 2. This itself is a problem since iOS...
Just like we did it in AG for Windows: https://github.com/AdguardTeam/AdguardForWindows/issues/941 @Stillness-2 is it possible?
@pdario commented on [Fri Aug 19 2022](https://github.com/AdguardTeam/AdGuardDNS/issues/348) I always used AdGuard on Windows and set it to use AdGuard DNS; the problem is still present now that I linked the...
Crash report: `https://s10.adtidy.org/organizations/adg/issues/42415/?project=43&query=is%3Aunresolved` However, it seems that the problem occurred **before** this crash. Here's what happened: 1. At one point filtering stopped completely and the network extension process died. 2....
I try migrate from Evo 1.0.12 to Revo 2.2.15. After migrate: chanks, templates, TVs in categories don`t display and don`t work in Revo. I also tried manually migrate, but chanks,...
We may need a more robust .mobileconfig generator dialog that would allow configuring it. What could be included: * Server name: https://github.com/AdguardTeam/AdGuardHome/issues/2358 * Client ID: https://github.com/AdguardTeam/AdGuardHome/issues/2493 * Exclusions: https://github.com/AdguardTeam/AdGuardHome/issues/2494
### Prerequisites - [X] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions) and found no answer - [X] I have searched other issues and found no duplicates - [X] I want...
We're going to add the proxy module in v0.102: https://github.com/AdguardTeam/AdGuardHome/issues/391 Here's the necessary minimum that should be configurable: * Enable/disable * Filter lists (consider extending `/#filters`) * Certificate (we should...