Skip to content

Commit

Permalink
Merge branch 'master' into vpn-selective-descr
Browse files Browse the repository at this point in the history
  • Loading branch information
nataMai authored Dec 20, 2024
2 parents 6872f17 + ffcd251 commit 20f0efd
Show file tree
Hide file tree
Showing 35 changed files with 156 additions and 129 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ This command generates static content into the `build` directory and can be serv

Translations are not pushed to the repo and prepared on-the-fly (`i18n` folder is added to `.gitignore`).

Here's how you can debug translations locally.
Heres how you can debug translations locally.

1. Download translations: `CROWDIN_PERSONAL_TOKEN="YOURTOKEN" pnpm run crowdin download`
2. Run Docusaurus with the language of your choice: `pnpm run start -- --locale de`
Expand Down
2 changes: 2 additions & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ files:
- source: /i18n/en/**/*
translation: /i18n/%two_letters_code%/**/%original_file_name%
languages_mapping: *languages_mapping
update_option: 'update_as_unapproved'
- source: /docs/**/*
translation: /i18n/%two_letters_code%/docusaurus-plugin-content-docs/current/**/%original_file_name%
languages_mapping: *languages_mapping
update_option: 'update_as_unapproved'
ignore:
- "/**/_category_.json"
18 changes: 9 additions & 9 deletions docs/adguard-vpn-browser-extension/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Features overview
sidebar_position: 1
---

AdGuard VPN Browser Extension is available for Chrome, Firefox, Opera, and Edge. The UI and functionality doesn't differ between browsers so the overview below will be relevant for AdGuard VPN extensions for all browsers.
AdGuard VPN Browser Extension is available for Chrome, Firefox, Opera, and Edge. The UI and functionality doesnt differ between browsers so the overview below will be relevant for AdGuard VPN extensions for all browsers.

:::note

Expand All @@ -13,14 +13,14 @@ You can only use AdGuard VPN Browser Extension when logged in. Sign in with your

To manage your AdGuard VPN Browser Extension:

- Either click its icon on the browser's panel, click the hamburger menu icon, and select *Settings*,
- Either click its icon on the browsers panel, click the hamburger menu icon, and select *Settings*,
- Or go to the *Manage extensions* page in your browser, click *Details* below *AdGuard VPN* and manage its settings from there.

Once done, you'll see several tabs on the left:
Once done, youll see several tabs on the left:

## Settings

A few important settings are gathered inside this tab. Here you can choose a DNS server to use, add or remove the AdGuard VPN icon from the browser’s context menu, block WebRTC, change the extension's theme, and allow AdGuard to gather anonymous crash reports and technical data.
A few important settings are gathered inside this tab. Here you can choose a DNS server to use, add or remove the AdGuard VPN icon from the browser’s context menu, block WebRTC, change the extensions theme, and allow AdGuard to gather anonymous crash reports and technical data.

### Choosing a DNS server

Expand All @@ -32,18 +32,18 @@ Learn more about [DNS servers from various providers](https://adguard-dns.io/kb/

The next tab contains one of the main distinctive features of AdGuard VPN — two modes with separate exclusion lists.

In **General mode**, AdGuard VPN by default works on all websites, with the exception of the websites you've added to the exclusions list. In **Selective mode**, vice versa, AdGuard VPN by default doesn't work anywhere. You can add any websites where you'd like it to work to an exclusions list, separate from the one you saw in the **General mode**.
In **General mode**, AdGuard VPN by default works on all websites, with the exception of the websites youve added to the exclusions list. In **Selective mode**, vice versa, AdGuard VPN by default doesnt work anywhere. You can add any websites where youd like it to work to an exclusions list, separate from the one you saw in the **General mode**.

When adding a website to an exclusion list, you can enter the website manually or select the **From the list** option. In the latter case, you’ll see eight categories (for example, *Shopping* or *Messengers*), each suggesting several popular services. You can exclude any of these services in one click. This will add all domains relevant to that specific service to exclusions.

### Import and export

Not only can you add and remove websites, you can also transfer ready exclusions lists to other devices where AdGuard VPN is installed. To export your exclusions list, follow the 4-step instruction below:

1. Open AdGuard VPN Browser extension from where you want to export your lists of exclusions. Find the appropriate section and click the "Export" button. The `exclusions.zip` archive will be downloaded.
1. Open AdGuard VPN Browser extension from where you want to export your lists of exclusions. Find the appropriate section and click the *Export* button. The `exclusions.zip` archive will be downloaded.
1. There are two `.txt` files inside the archive, one for each of the General and Selective lists. Add more exclusions to them, delete the existing ones, rename files, or just leave the archive as it is.
1. When transferring between different devices, send the `.zip` file to the device for import.
1. Open AdGuard VPN on that device. Find the appropriate section, click the "Import" button and select the archive.
1. Open AdGuard VPN on that device. Find the appropriate section, click the *Import* button and select the archive.
Done!

## Account
Expand All @@ -52,8 +52,8 @@ The third tab of AdGuard VPN Browser extension is utterly minimalistic, containi

## Support

You can find answers to common questions in the FAQ section, or leave feedback: report a bug if something isn't working as it should, suggest adding a new feature, or discuss AdGuard on any of the many social media platforms.
You can find answers to common questions in the FAQ section, or leave feedback: report a bug if something isnt working as it should, suggest adding a new feature, or discuss AdGuard on any of the many social media platforms.

## About

Another minor tab, where you can check the extension's version, visit the official website, and view the EULA or Privacy policy.
Another minor tab, where you can check the extensions version, visit the official website, and view the EULA or Privacy policy.
4 changes: 2 additions & 2 deletions docs/adguard-vpn-browser-extension/solving-problems/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ There are several ways for collecting AdGuard VPN Browser extension logs, but wh

1. Open AdGuard VPN Browser extension, if possible, repeat the actions that led to the error. Note the exact time when this error occurred.
1. Open *Settings* by clicking the hamburger menu icon (☰) → *Support**Report a bug*.
1. In the opened form, leave an automatically inserted email address or enter another one and describe the error found, including the time when this error occurred. If you can't reproduce the problem, specify as accurately as possible when it last occurred.
1. In the opened form, leave an automatically inserted email address or enter another one and describe the error found, including the time when this error occurred. If you cant reproduce the problem, specify as accurately as possible when it last occurred.
1. Make sure that there is a check mark next to *Include the diagnostic report in the message* and tap *Submit*. This way, you will send logs along with the bug report.

## Collecting and sending logs via the *Export logs* button
Expand All @@ -24,7 +24,7 @@ Now that you have collected the logs, you need to hand them over to our developm
1. Report a bug on GitHub. Detailed instructions on creating an issue on GitHub can be found in this article.
1. Send an archive with logs and reproduce time to `[email protected]` and attach a link to your GitHub issue. Also you can add an archive with logs and reproduce time to Google Drive and share it with `[email protected]` attaching the Google Drive link to your issue on GitHub.

## Collecting and sending logs via browser developer's tools
## Collecting and sending logs via browser developers tools

### Chrome

Expand Down
2 changes: 1 addition & 1 deletion docs/adguard-vpn-for-android/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can install the AdGuard VPN for Android app for free from Google Play. To do

1. Open the *Google Play* app on your device and tap *Search* at the top of the screen.

2. Next, in the search bar, start typing *"AdGuard"* and select *"adguard vpn"* from the list of suggested options.
2. Next, in the search bar, start typing *AdGuard* and select *adguard vpn* from the list of suggested options.

3. Select *AdGuard VPN - private proxy* from the list of suggested apps and tap *Install*.

Expand Down
23 changes: 23 additions & 0 deletions docs/adguard-vpn-for-android/solving-problems/auto-blocker.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: How to disable the Samsung Auto Blocker feature
sidebar_position: 7
---

Starting with One UI 6.1.1 (Android 14), Samsung introduced a security enhancement called *Auto Blocker*, which is enabled by default on the latest Galaxy smartphones. This feature automatically blocks sideloaded apps from unverified sources unless the user manually overrides the setting.

You can download AdGuard VPN for Android from Google Play or install it on your device manually. However, with the new *Auto Blocker* feature enabled, some users may experience problems when installing AdGuard VPN APK files. To address this issue, we’ve provided a step-by-step guide on how to disable *Auto Blocker* below.

## How to disable Auto Blocker

Follow the instructions to turn off *Auto Blocker*.

1. Open your device settings
1. Go to *Security and privacy*
1. Scroll down and select *Auto Blocker*
1. Toggle the setting off

![Disable Auto Blocker *mobile_border](https://cdn.adtidy.org/content/kb/ad_blocker/android/solving_problems/auto-blocker/auto_blocker_en.png)

Once *Auto Blocker* is disabled, you can proceed with installing AdGuard VPN.

![Tap Install *mobile_border](https://cdn.adtidy.org/content/kb/vpn/android/install_en.png)
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ title: How to protect AdGuard VPN from being disabled by the system
sidebar_position: 1
---

Apps on Android devices may not always run stably in the background for various reasons, which may differ depending on the device model. This is most often due to the Android OS optimization function, or so-called "battery save mode". In such cases, the system closes apps in order to reduce the load and free up RAM.
Apps on Android devices may not always run stably in the background for various reasons, which may differ depending on the device model. This is most often due to the Android OS optimization function, or so-called battery save mode. In such cases, the system closes apps in order to reduce the load and free up RAM.

If AdGuard VPN is disabled on your device, your personal data will become vulnerable. To avoid such a problem, you need to open [this link](https://adguard.com/kb/adguard-for-android/solving-problems/background-work/) and follow the instructions for your device with one difference: wherever it is required, choose AdGuard VPN instead of AdGuard.
8 changes: 4 additions & 4 deletions docs/adguard-vpn-for-android/solving-problems/chromecast.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: 'Compatibility of AdGuard VPN with Chromecast'
title: Compatibility of AdGuard VPN with Chromecast
sidebar_position: 5
---

The built-in Chromecast technology is incompatible with running a VPN because it uses the [DLNA protocol](https://en.wikipedia.org/wiki/Digital_Living_Network_Alliance) which does not support VPN connections. This means that if a Chromecast device and a smartphone or tablet running a VPN are on the same Wi-Fi network, in most cases Chromecast won't be recognized by the mobile device.
The built-in Chromecast technology is incompatible with running a VPN because it uses the [DLNA protocol](https://en.wikipedia.org/wiki/Digital_Living_Network_Alliance) which does not support VPN connections. This means that if a Chromecast device and a smartphone or tablet running a VPN are on the same Wi-Fi network, in most cases Chromecast wont be recognized by the mobile device.

Google has also blocked the ability to change the Chromecast's network settings by restricting access to its DNS settings. This also prevents Chromecast from working with a VPN.
Google has also blocked the ability to change the Chromecasts network settings by restricting access to its DNS settings. This also prevents Chromecast from working with a VPN.

You can solve the problem by setting up a VPN on a router. This will allow all devices connected to the router to use the VPN connection, including Chromecast. But remember: setting up a VPN on your router may require additional knowledge, so read the manufacturer's manual.
You can solve the problem by setting up a VPN on a router. This will allow all devices connected to the router to use the VPN connection, including Chromecast. But remember: setting up a VPN on your router may require additional knowledge, so read the manufacturers manual.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'Problems with Restricted Mode profile'
title: Problems with Restricted Mode profile
sidebar_position: 4
---

Expand Down
2 changes: 1 addition & 1 deletion docs/adguard-vpn-for-ios/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Or you can use App Store’s search to find AdGuard VPN:

![App Store *mobile_border](https://cdn.adguardvpn.com/content/kb/vpn/ios/app-store-en.png)

1. Next, in the search bar, start typing *"AdGuard"* and select *"adguard vpn"* from the list of suggested options.
1. Next, in the search bar, start typing *AdGuard* and select *adguard vpn* from the list of suggested options.

![Search *mobile_border](https://cdn.adguardvpn.com/content/kb/vpn/ios/search-en.png)

Expand Down
6 changes: 3 additions & 3 deletions docs/adguard-vpn-for-ios/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 1

## What is AdGuard VPN for iOS?

A VPN allows you to create a secure connection to another network on the Internet. It connects a user’s computer or mobile device to a server and allows one to browse the internet using a "cover" IP address. If the VPN server is located in another country, it will appear as if your Internet connection was established from this country. For more details, you can check [our article on how a VPN works](/general/how-vpn-works).
A VPN allows you to create a secure connection to another network on the Internet. It connects a user’s computer or mobile device to a server and allows one to browse the Internet using a cover IP address. If the VPN server is located in another country, it will appear as if your Internet connection was established from this country. For more details, you can check [our article on how a VPN works](/general/how-vpn-works).

AdGuard VPN has several functions:

Expand Down Expand Up @@ -50,7 +50,7 @@ You can add domains (e.g., `google.com`) or subdomains (e.g., `news.google.com`)

![Exclusions *mobile_border](https://cdn.adtidy.org/blog/new/lpjs7iexclusions-as-of-v2-4.png)

When you manually add a domain, all subdomains are added automatically (it looks like `*.google.com`). Want to keep only google.com or turn VPN off for a specific domain? Tap the line with the website — this will open a separate screen where you can manage subdomains. Just uncheck the boxes for the ones you don't need.
When you manually add a domain, all subdomains are added automatically (it looks like `*.google.com`). Want to keep only google.com or turn VPN off for a specific domain? Tap the line with the website — this will open a separate screen where you can manage subdomains. Just uncheck the boxes for the ones you dont need.

![Subdomains *mobile_border](https://cdn.adtidy.org/content/release_notes/vpn/ios/v2.4/domains_en.png)

Expand All @@ -60,7 +60,7 @@ If you manually add a subdomain, the main domain will also added — but the che

Large services like Google are tricky. They usually use more than one domain — one for media files, another for the API, plus domains for different countries. For example, in the case of Google, we have 416 domains in our list — all of them need to be added to Exclusions to completely turn VPN off (or on) for the service.

Here's how to add all necessary domains for a popular service to exclusion list:
Heres how to add all necessary domains for a popular service to exclusion list:

1. Open *Exclusions*.
2. Tap *Add website*.
Expand Down
Loading

0 comments on commit 20f0efd

Please sign in to comment.