Skip to content

Commit

Permalink
Merge pull request #324 from AdguardTeam/AGM-1750
Browse files Browse the repository at this point in the history
[AGM-1750] Update tasker.md
  • Loading branch information
vyanovsky authored Sep 18, 2023
2 parents be975d1 + e76e2c7 commit 76dde02
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/adguard-for-android/solving-problems/tasker.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Thanks to this interface, any app can send a special message (called "intent") t

### Security concerns

Wouldn't it be a bit dangerous, you might ask — to let some random apps manage what AdGuard does? It would, and that's why a password is sent along with the intent. This password will be generated by AdGuard automatically, but you can, of course, change it at any time.
Isn't it dangerous to let some random apps manage what AdGuard does? It is, and that's why a password is sent along with the intent. This password will be generated by AdGuard automatically, but you can, of course, change it at any time.

### Available actions

So, ready to get your hands dirty? Here are actions that, when included in the intent, will be understood by AdGuard:
Here are actions that, when included in the intent, will be understood by AdGuard:

`start` starts the protection, no extra data is needed;

Expand All @@ -49,7 +49,7 @@ So, ready to get your hands dirty? Here are actions that, when included in the i

:::note

The full list of supported provider names can be found inside AdGuard DNS settings under the "Custom DNS settings".
The full list of supported provider names can be found in our [known DNS providers list](https://adguard-dns.io/kb/general/dns-providers/).

:::

Expand Down Expand Up @@ -91,10 +91,10 @@ Or you can configure remove parameters manually:

`[type]` — proxy server type:

- HTTP;
- SOCKS4;
- SOCKS5;
- HTTPS_CONNECT.
- HTTP
- SOCKS4
- SOCKS5
- HTTPS_CONNECT

`[host]` — outbound proxy domain or IP address;

Expand Down

0 comments on commit 76dde02

Please sign in to comment.