Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the outbound proxy md #255

Merged
merged 3 commits into from
Aug 1, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/adguard-for-android/solving-problems/outbound-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,21 @@ You should remove Shadowsocks application from filtering before setting up the p

4. Enable the main Proxy switch and AdGuard protection to route your device's traffic through the proxy.

### How to use AdGuard with Clash

*Here we presume that you are already a Clash client and have it installed on your device.*

1. Open Clash and go to **Settings** → **Network** → **Route System Traffic** and disable it. This will put Clash into proxy mode.
anastasiia-fedotova marked this conversation as resolved.
Show resolved Hide resolved
2. Open Adguard and go to **Settings** → **Filtering** → **Apps** → **App management**. Choose **Clash For Android** and disable **Route traffic through Adguard**. In this way you will eliminate traffic looping.
anastasiia-fedotova marked this conversation as resolved.
Show resolved Hide resolved
3. Then go to **Settings** → **Network** → **Proxy** → **Proxy server**
4. Tap **Add proxy server** and fill the fields:
anastasiia-fedotova marked this conversation as resolved.
Show resolved Hide resolved

Field | Value
------- | ---------
Proxy type | *SOCKS5*
Proxy host | *127.0.0.1*
Proxy port | *7891*

## Limitations

There is a factor that can prevent certain traffic from being routed through the outgoing proxy. AdGuard will only re-route traffic that goes through it. Basically, it means apps that have **Ad blocking** flag enabled in the **Apps Management** tab.
Loading