Skip to content

Commit

Permalink
Update exclusions.md based on review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vyanovsky authored Nov 29, 2024
1 parent 1a05d7b commit be9ae7a
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions docs/adguard-vpn-for-linux/exclusions.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@ To add a domain to the exclusion list of the current mode, type:

adguardvpn-cli site-exclusions add %domain_name%

> Supported input formats: `domain.com`, `sub.domain.com`, `www.domain.com`. To add two or more exclusions at once, list them comma-separated. Use double quotes for wildcards: `"*.domain.com"`
>
> Command example: `adguardvpn-cli site-exclusions add https://www.google.com/`
:::tip

Supported input formats: `domain.com`, `sub.domain.com`, `www.domain.com`. To add two or more exclusions at once, list them comma-separated. Use double quotes for wildcards: `"*.domain.com"`

Command example: `adguardvpn-cli site-exclusions add https://www.google.com/`

:::

To remove a domain from the list of exclusions, type:

Expand All @@ -41,11 +45,11 @@ To remove all exclusions, type:

adguardvpn-cli site-exclusions clear

To change the exclusion mode, type:
To change the Exclusions mode, type:

adguardvpn-cli site-exclusions mode %mode_name%

(or you can just check the current mode using `adguardvpn-cli site-exclusions mode`)
(Or you can just check the current mode using `adguardvpn-cli site-exclusions mode`)

where %mode_name% is `general` or `selective`.

Expand Down

0 comments on commit be9ae7a

Please sign in to comment.