Skip to content

Commit

Permalink
fix formatting and text
Browse files Browse the repository at this point in the history
  • Loading branch information
el-termikael committed Nov 25, 2024
1 parent ed8d868 commit 49433c8
Showing 1 changed file with 21 additions and 22 deletions.
43 changes: 21 additions & 22 deletions docs/adguard-vpn-for-linux/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,35 +120,34 @@ The setting is responsible for the appearance of system notifications when AdGua

## Exclusions

There are two modes:
**general** - exclusions are not routed through VPN
**selective** - ONLY exclusions are routed through VPN
There are two modes. In *General* mode, websites from the list of exclusions are not routed through VPN. In *Selective* mode, only websites from the list of exclusions are routed through VPN. There is a separate list of exclusions for each mode.

To read about what you can do with exclusions, write this in the command-line interface: `adguardvpn-cli site-exclusions -h`.

To read about what you can do with exclusions, write this in the command-line interface:
*`adguardvpn-cli site-exclusions -h`*
To add an exclusion, enter this command: `adguardvpn-cli site-exclusions add %DOMAIN_NAME%`, where `%DOMAIN_NAME%` is the website that you want to add to exclusions.

:::note

To add many exclusions, you need to list them comma-separated.

:::

Here are the options:
**add** Add specified exclusions
**remove** Remove specified exclusions
**show** Show all exclusions
**clear** Clear all exclusions
**mode** Set VPN exclusion mode (general/selective) or show current mode if no options are passed

To add an exclusion, you need to enter this command: *`adguardvpn-cli site-exclusions add %DOMAIN_NAME%`*, where %DOMAIN_NAME% is the website that you want to add to exclusions
1. **add** adds specified exclusions

:::note
1. **clear** clears the list of exclusions in the current mode

To add many exclusions, you need to list them comma-separated
Example: `adguardvpn-cli site-exclusions clear`

:::
1. **mode** shows the current mode and allows to switch between them

Example: `adguardvpn-cli site-exclusions mode selective` (with this command, Selective mode is chosen)

1. **remove** removes one or more exclusions (if separated by commas)

Example: `adguardvpn-cli site-exclusions remove %DOMAIN_NAME%`

1. **show** shows the current list of exclusions

**remove** removes one or more exclusions (if separated by commas)
Example: *adguardvpn-cli site-exclusions remove %DOMAIN_NAME%*
**show** shows the current list of exclusions
Example: *adguardvpn-cli site-exclusions show*
**clear** clears the list in the current mode
Example: *adguardvpn-cli site-exclusions clear*
**mode** allows to switch between modes
Example: *adguardvpn-cli site-exclusions mode selective* (with this selective mode is chosen)
Example: `adguardvpn-cli site-exclusions show`

0 comments on commit 49433c8

Please sign in to comment.