AdguardTeam / CoreLibs

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

Add GoodBuyDPI in to adguard #1918

Open Eksol opened 1 month ago

Eksol commented 1 month ago

Issue Details

There are 2 options to solve the slow speed of YouTube.

  1. Use a VPN.
  2. Use goodbpdpi. The second option is faster. The problem is that you can't create 2 VPN connections on Android. Both solutions use the creation of a local VPN to intercept traffic.

Because of this, we have a choice between.

  1. Fast YouTube but ads on sites
  2. Non-working YouTube but no ads on sites.

Proposed solution

Add a small addition to the Adguard application that would allow you to selectively overclock YouTube without losing the functionality of Adguard.

Alternative solution

No response

sfionov commented 1 month ago

@Eksol AdGuard for Android already have Anti-DPI functionality with the most common settings implemented (split packets, split delay, increase first packet size). You may try to tune these params.

Eksol commented 1 month ago

@Eksol AdGuard for Android already have Anti-DPI functionality with the most common settings implemented (split packets, split delay, increase first packet size). You may try to tune these params.

Do you think that standard Adguard tools can be used to bypass slowdowns? I somehow doubt it. Adguard was developed to block ads, not to bypass blocking. This means that it will not have the necessary tools.

maxikuzmin commented 1 month ago

@Eksol did you try this with the Anti-DPI setting?

Eksol commented 1 month ago

did you try this with the Anti-DPI setting?

Yes, I tried to enable this feature on the Windows version. But it doesn't work.

maxikuzmin commented 1 month ago

@Eksol well, we'll look into the problem, see what we can do