Skip to content

Commit

Permalink
Add info on proxy modes + links
Browse files Browse the repository at this point in the history
  • Loading branch information
SeverAnna committed Sep 14, 2023
1 parent b9c22c0 commit ba6cc31
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/adguard-for-android/solving-problems/compatibility-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@ sidebar_position: 16

:::info

This article covers AdGuard for Android, a multifunctional ad blocker that protects your device at the system level. To see how it works, [download the AdGuard app](https://agrd.io/download-kb-adblock)
This article covers AdGuard for Android, a multifunctional ad blocker that protects your device at the system level. To see how it works, [download the AdGuard app](https://adguard.com/download.html?auto=true)

:::

## VPN apps

Other VPN apps are incompatible with AdGuard running in the Local VPN filtering mode since you cannot have two active VPNs at the same time. To solve this problem we suggest you:
If you are using AdGuard in the *Local VPN filtering mode*, you cannot run other VPN apps at the same time. To solve this problem, we suggest that you:

- use [AdGuard VPN](https://adguard-vpn.com/welcome.html) — it has Integrated mode that allows two apps to operate seamlessly
- use AdGuard in Local HTTP Proxy mode
- Use [AdGuard VPN](https://adguard-vpn.com/welcome.html) — its *Integrated mode* allows two apps to operate simultaneously
- Configure your VPN app to act as an [outbound proxy](../solving-problems/outbound-proxy.md) and set up a local outbound proxy using the parameters from the third-party app
- Switch to the *Automatic proxy* mode. When you do that, AdGuard will no longer use local VPN and will reconfigure iptables instead
- Switch to the *Manual proxy* mode. To do this, go to Settings → Filtering → Network → Routing mode

:::caution

On Android 10 and later, the 'manual' HTTP proxy mode is no longer supported.
Please note that the *Automatic proxy* mode is only accessible on rooted devices. For *Manual proxy*, rooting is required on devices running on Android 10 or later.

:::

- configure your VPN app to to act as an outbound proxy and set up a local outbound proxy using the parameters from the third-party app. To do this, a third-party VPN app must support SOCKS4/SOCKS5 mode. For example, AdGuard can be automatically configured with 'Orbot: Proxy with Tor'.

## Private DNS

The Private DNS feature was introduced in Android Pie. Before version Q, Private DNS didn't break AdGuard DNS filtering logic and the DNS forwarding through AdGuard worked normally. But starting from version Q, the presence of Private DNS forces apps to redirect traffic through the system resolver instead of AdGuard. See Android [devs blog](https://android-developers.googleblog.com/2018/04/dns-over-tls-support-in-android-p.html) for more details.
Expand All @@ -38,7 +38,7 @@ Some device manufacturers keep Private DNS settings hidden and set 'Automatic' m

To be able to filter HTTPS traffic, AdGuard requires the user to add a certificate to the device's trusted user certificates. Unfortunately, UC-family browsers don't trust user certificates, so AdGuard cannot perform HTTPS filtering there.

- To solve this problem, move the certificate to the system certificate store
- To solve this problem, move the [certificate to the system certificate store](../solving-problems/https-certificate-for-rooted.md/)

:::caution

Expand All @@ -48,9 +48,9 @@ Requires root access.

### Dolphin Browser: Dolphin Browser, Dolphin Browser Express

AdGuard cannot filter its traffic when operating in **Manual proxy mode** because this browser ignores system proxy settings.
AdGuard cannot filter its traffic when operating in *Manual proxy mode* because this browser ignores system proxy settings.

- Use the **Local VPN** filtering mode to solve this problem
- Use the Local VPN filtering mode to solve this problem

### Opera mini: Opera mini, Opera mini with Yandex

Expand Down

0 comments on commit ba6cc31

Please sign in to comment.