AdguardTeam / CoreLibs

Core Adguard libraries
https://adguard.com/
Apache License 2.0
40 stars 7 forks source link

Add anti-DPI blocklist mode #1795

Open piquark6046 opened 1 year ago

piquark6046 commented 1 year ago

The anti-DPI blocklist mode makes AdGuard to modify only HTTP packets that is related to a website existing in the blocklist. The requested feature will help to improve user experience in some region [^1] that internet censorship apply.

[^1]: Example: South Korea

sfionov commented 1 year ago

@piquark6046 As a workaround you may try the rule like

@@*$stealth=dpi,domain=~www.example.org,~www.example.com

The cons is that rule will be in Filtering log for every request.

piquark6046 commented 1 year ago

OK. Is there no plan to make the feature available?

sfionov commented 1 year ago

We leave this issue open but it is not on any milestone yet. The same is about another similar issue: https://github.com/AdguardTeam/CoreLibs/issues/1702

They may be solved together in future.

Voting on issue may speed up this process

piquark6046 commented 1 year ago

https://github.com/AdguardTeam/CoreLibs/issues/1795#issuecomment-1673166827 I think that the option has a bug.

AdGuard for Windows [Screencast from 2023-10-10 03-04-14.webm](https://github.com/AdguardTeam/CoreLibs/assets/98787049/e574897e-dd46-4a6d-9fba-3fca7ab65977) [Screencast from 2023-10-10 03-05-51.webm](https://github.com/AdguardTeam/CoreLibs/assets/98787049/5ab5ade2-1ede-4ae8-9747-aaf311d57a50)
AdGuard for Android Please search `AdguardTeam/CoreLibs#1795` in Google Drive.
TPS commented 2 months ago

Maybe add other features from https://github.com/dovecoteescapee/ByeDPIAndroid also?