Andrey Meshkov
Andrey Meshkov
1. [ ] Add `Cleanup()` method to the `Upstream` interface. It is necessary to clean up resources (connections) sometimes. 2. [ ] Use this `Cleanup()` method on proxy shutdown. 3....
Hi! I've just found out that Adguard is listed as a tracker on whotracksme: https://whotracks.me/trackers/adguard.html This is not quite true, but I can see where it comes from. Let me...
@iskradelta commented on [Thu Oct 17 2019](https://github.com/AdguardTeam/dnsproxy/issues/68) Let this be a configuration option, which "ip" to return for adblocked domains, or NXERROR. Example: node_modules/.bin/dnstls @176.103.130.130 +tls-host=dns.adguard.com googleads.g.doubleclick.net "answers": [ {...
@Eugene-Savenko commented on [Tue Feb 06 2018](https://github.com/AdguardTeam/AdGuardHome/issues/233) > Мы используем Adguard DNS иногда возникают ситуации, когда блокируется нормальный сайт и наши пользователи пытаются связаться с вашей поддержкой через ссылку на...
@Esokrates commented on [Fri Apr 13 2018](https://github.com/AdguardTeam/AdGuardHome/issues/267) Please consider blacklisting proxysites that help to circumvent the family restrictions. Those proxies are easy to research even for kids, usually the suggestion...
The problem is that `Sciter.OpenArchive` does not guarantee that the byte array won't be collected by the garbage collector. Eventually, this often leads to archive corruption. The easy way to...
For instance, it misses `$all`:  We should check other modifiers as well.
I like how it's done in uBO, you can inspect the contents of any filter if you click on its name. Let's add a "View" icon to the filters list:...
1. In the VPN mode, DnsLibs allows to exclude some domains and route DNS queries for them to the system DNS servers. DnsLibs also provides a list of default exclusions...
Found in the log: ``` fallbacks: ["address: none\nbootstrap: [\"1.1.1.1\", \"1.0.0.1\"]\ntimeoutMs: 6000\nid: 1\noutboundInterfaceName: nil"] ```