Andrey Meshkov

Results 242 issues of Andrey Meshkov

Useful links: http://google.github.io/styleguide/objcguide.html https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/CodingGuidelines/CodingGuidelines.html Structure: * Introduction * Naming Conventions * Comments and Documentation (you can get it from here: https://github.com/AdguardTeam/CodeGuidelines/blob/master/Java.md#comments-and-documentation) * General Code Quality (short language-specific points about code...

We have an article about userscripts: https://adguard.com/kb/general/userscripts/ We should split "Recommended AdGuard userscripts" into two sections: * AdGuard userscripts -- those that are actually made by us * Top picks...

### Problem Description The feature was requested here: https://github.com/AdguardTeam/AdGuardHome/issues/1200 ### Proposed Solution Allow configuring multiple listening ports in the interface ### Alternatives Considered Configuring port forwarding in the system

feature request
P4: Low

We should provide an easy way to replace dnsmasq on openwrt: https://openwrt.org/docs/guide-user/base-system/dhcp.dnsmasq So we should provide an option to import the necessary configuration parameters including DHCP settings and DNS settings....

enhancement
P3: Medium

We can pass traffic through Orbot's proxy, but .onion domains are still unusable. Possible solution: intercept DNS requests, resolve .onion domains to a private IP and pass .onion domain to...

Feature request
P4: Low
Resolution: Fixed
Status: Resolved
Junior
Priority: P4
Version: AdGuard v4.6

Here's the app I am talking about: https://play.google.com/store/apps/details?id=com.parallel.space.lite&hl=en Running an app inside of a container can help us resolve an issue with HTTPS filtering limitations in Nougat.

Feature request
P3: Medium
Priority: P3

AdGuard DNS supports JSON for DoH (like [Google does](https://developers.google.com/speed/public-dns/docs/doh/json#dns_response_in_json)), but it's not documented anywhere save for the code: https://github.com/AdguardTeam/AdGuardDNS/blob/41f7e6cb220095a9d8955e5ed0167dce60616d65/internal/dnsserver/serverhttpsjson.go#L13 We should expand and improve the protocols documentation: https://adguard-dns.io/kb/public-dns/overview/#adguard-dns-protocols

enhancement

`$to` is a modifier that's applied to the request URL's domain name: https://adguard.com/kb/general/ad-filtering/create-own-filters/#to-modifier `$from` is just an alias for `$domain` I am not entirely sure that `$to` can be implemented...

enhancement
Priority: P4

### Issue Details We recently enabled filtering of DoH by default: https://github.com/AdguardTeam/CoreLibs/issues/1563 However, Safari in Private browsing went further and they use Oblivious DoH ([1]): > Private Browsing uses [Oblivious...

Feature request
Priority: P4

### Issue Details It seems that Chrome removes support for GlobalTrust certs: https://groups.google.com/a/ccadb.org/g/public/c/wRs-zec8w7k/m/G_9QprJ2AQAJ?pli=1&ref=news.risky.biz ### Proposed solution Consider also removing trust in Global Trust. ### Alternative solution _No response_

Feature request
Resolution: Fixed
Status: In Review
Priority: P4
Version: CoreLibs v1.17