-
Notifications
You must be signed in to change notification settings - Fork 15
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
Create vpn-modes-exclusions.md #249
base: master
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,149 @@ | ||||||
--- | ||||||
title: VPN modes and Exclusion lists | ||||||
sidebar_position: 11 | ||||||
--- | ||||||
|
||||||
## VPN modes and Exclusion lists | ||||||
|
||||||
:::note | ||||||
|
||||||
This section explains how to use website and app exclusions in different VPN modes. | ||||||
|
||||||
::: | ||||||
|
||||||
## VPN modes | ||||||
|
||||||
AdGuard VPN has two modes: | ||||||
|
||||||
1. (Default) AdGuard VPN is active for all websites and apps, except for those added to the website and app exclusion lists. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. текст в скобках в начале предложения смотрится странно There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
2. AdGuard VPN is active *selectively*: only for the websites and apps added to the website and app exclusion lists. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
|
||||||
:::note | ||||||
|
||||||
You can set *different* VPN modes for apps and websites. For example, you can set AdGuard VPN to be active for all apps except for those apps added to the app exclusion list, and active only for the websites from the website exclusion list. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
::: | ||||||
|
||||||
## Exclusion lists | ||||||
|
||||||
An exclusion list is a list of apps or websites that AdGuard VPN treats differently than others. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. treats differently than others звучит размыто и не в стиле базы знаний. так можно было бы написать в блоге или соцсетях, но не тут. тут лучше чётко и по делу |
||||||
|
||||||
Exclusion lists help you fine-tune the VPN activity for specific apps or websites. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. тоже размыто |
||||||
|
||||||
|
||||||
:::note | ||||||
|
||||||
Each VPN mode has its own app exclusion list and website exclusion list. | ||||||
In total, there are four exclusion lists: | ||||||
|
||||||
* App exclusion list [VPN active everywhere] | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. я бы скорее сказала, что у каждого режима два списка исключений — отдельный для сайтов и приложений |
||||||
* App exclusion list [VPN active selectively] | ||||||
* Website exclusion list [VPN active everywhere] | ||||||
* Website exclusion list [VPN active selectively] | ||||||
|
||||||
::: | ||||||
|
||||||
|
||||||
## Combining VPN modes and Exclusion lists | ||||||
|
||||||
We will look at the different VPN activity setups in order of decreasing VPN coverage. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. decreasing VPN coverage как-то сложно звучит |
||||||
|
||||||
### AdGuard VPN is active everywhere except for apps and websites from the app and website exclusion lists | ||||||
|
||||||
VPN mode: | ||||||
* Active for all apps except app exclusions | ||||||
* Active for all websites except website exclusions | ||||||
|
||||||
Applied exclusion lists: | ||||||
* App exclusion list [VPN active everywhere] | ||||||
* Website exclusion list [VPN active everywhere] | ||||||
|
||||||
This is the default VPN mode with maximum VPN protection. If you want to exclude a website or an app from AdGuard VPN, add them to the exclusion list. | ||||||
|
||||||
**Empty exclusion lists:** Your app exclusion list and website exclusion list can be empty. If nothing is specified in the exclusion lists, AdGuard VPN will be active for all apps and websites. | ||||||
|
||||||
**Why use this mode:** You want a blanket VPN protection for everything on your device. If a specific app or website needs to work outside the VPN, add it to exclusions. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. to Exclusions или to the exclusions |
||||||
|
||||||
:::caution | ||||||
|
||||||
If you add a browser app to the app exclusion list, AdGuard VPN won't be active for all websites opened in that browser. | ||||||
|
||||||
::: | ||||||
|
||||||
|
||||||
|
||||||
### AdGuard VPN is active (1) only for the apps from the the app exclusion list, and (2) for all websites except those from the website exclusion list | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. цифры в скобках в заголовке кажутся не лучшим решением |
||||||
|
||||||
VPN mode: | ||||||
* Active only for apps from app exclusions | ||||||
* Active for all websites except website exclusions | ||||||
|
||||||
Applied exclusion lists: | ||||||
* App exclusion list [VPN active selectively] | ||||||
* Website exclusion list [VPN active everywhere] | ||||||
|
||||||
|
||||||
To get into this mode, you leave AdGuard VPN active for all websites and set it to be active only for the apps from the app exclusion list. This mode provides less VPN protection coverage as you need to add apps to the app exclusion list to ensure they are protected. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
This mode requires your attention to setting up your app exclusion list. | ||||||
|
||||||
**Empty exclusion lists:** If the **app exclusion list** is **empty**, AdGuard VPN will be **inactive for both websites and apps**. | ||||||
|
||||||
**Why use this mode:** You need a VPN for most websites, but only for a few apps. | ||||||
|
||||||
|
||||||
:::caution | ||||||
|
||||||
If you don’t add a browser app to the app exclusion list, AdGuard VPN will be inactive in this browser for all websites, even those from the website exclusion list. | ||||||
|
||||||
::: | ||||||
|
||||||
|
||||||
### AdGuard VPN is active (1) for all apps except those from the the app exclusion list, and (2) only for the websites from the website exclusion list | ||||||
|
||||||
VPN mode: | ||||||
* Active for all apps except app exclusions | ||||||
* Active only for websites from website exclusions | ||||||
|
||||||
Applied exclusion lists: | ||||||
* App exclusion list [VPN active everywhere] | ||||||
* Website exclusion list [VPN active selectively] | ||||||
|
||||||
To get into this mode, you leave AdGuard VPN active for all apps and set it to be active only for the websites from the website exclusion list. This mode provides even less VPN protection coverage as you need to add websites to the website exclusion list to ensure they are protected. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. аналогичная правка той, что выше |
||||||
|
||||||
This mode requires your attention to setting up your website exclusion list. | ||||||
|
||||||
**Empty exclusion lists:** If the **website exclusion list** is **empty**, AdGuard VPN will be **inactive for all websites**. | ||||||
|
||||||
**Why use this mode:** You need a VPN for most apps, but only for a few websites. | ||||||
|
||||||
|
||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. лишние пустые строки |
||||||
|
||||||
|
||||||
### AdGuard VPN is active only for the apps and websites from the app and website exclusion lists | ||||||
|
||||||
VPN mode: | ||||||
* Active only for apps from app exclusions | ||||||
* Active only for websites from website exclusions | ||||||
|
||||||
Applied exclusion lists: | ||||||
* App exclusion list [VPN active selectively] | ||||||
* Website exclusion list [VPN active selectively] | ||||||
|
||||||
You need to switch to this mode both for apps and websites. This mode provides the least VPN protection coverage. | ||||||
This mode requires your maximum attention to setting up your app and website exclusion lists. | ||||||
|
||||||
**Empty exclusion lists:** If **any** of the exclusion lists is **empty**, AdGuard VPN will be **inactive for both websites and apps**. | ||||||
|
||||||
**Why use this mode:** You only need VPN for specific websites and apps. | ||||||
|
||||||
:::caution | ||||||
|
||||||
1. If you don’t add a browser app to the app exclusion list, AdGuard VPN will be inactive in this browser for all websites, even those from the website exclusion list. | ||||||
|
||||||
2. For apps from the app exclusion list: make sure to add their respective domains to the website exclusion list. For example, if you add *Facebook* to the app exclusion list, add `facebook.com` to the website exclusion list. | ||||||
|
||||||
::: | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
здесь admonition кажется излишним, можно просто текстом оставить