From 510774c543f9d378c9a950c7be443c776e63d4e9 Mon Sep 17 00:00:00 2001 From: ss-orlova <95080242+ss-orlova@users.noreply.github.com> Date: Fri, 26 Apr 2024 11:53:26 +0300 Subject: [PATCH] Small fixes --- docs/adguard-vpn-for-linux/feedback.md | 5 ++--- docs/adguard-vpn-for-linux/settings.md | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/adguard-vpn-for-linux/feedback.md b/docs/adguard-vpn-for-linux/feedback.md index 2f0c57458..ce3f12493 100644 --- a/docs/adguard-vpn-for-linux/feedback.md +++ b/docs/adguard-vpn-for-linux/feedback.md @@ -7,7 +7,7 @@ sidebar_position: 5 If you’ve found a bug in AdGuard VPN for Linux or want to suggest a new feature, here’s how to do it: -- Fill out the [feedback form](https://surveys.adguard.info/en/vpn_linux/form.html). +- Fill out the [feedback form](https://surveys.adguard.com/en/vpn_linux/form.html). - [Create a GitHub issue](https://github.com/AdguardTeam/AdGuardVPNCLI/issues/new/choose). But before you do, check the [repository](https://github.com/AdguardTeam/AdGuardVPNCLI/issues?q=is%3Aissue) for similar issues. :::note @@ -32,8 +32,7 @@ If you want to support the implementation of a new feature or bugfix, you can vo `zip -rj ~/Downloads/logs.zip ~/Library/"Application Support"/adguardvpn-cli/*.log` -1. Send the log file to . Specify the time of the error and attach a link to your GitHub issue or its number (it appears as #number next to the title). -Alternatively, you can upload the log file to Google Drive and share it with . Attach the file link to your GitHub issue. +1. Send the log file to . Specify the time of the error and attach a link to your GitHub issue or its number (it appears as #number next to the title). Alternatively, you can upload the log file to Google Drive and share it with . Attach the file link to your GitHub issue. 1. Disable debug logging by typing: diff --git a/docs/adguard-vpn-for-linux/settings.md b/docs/adguard-vpn-for-linux/settings.md index 271b891f2..3c1c759a2 100644 --- a/docs/adguard-vpn-for-linux/settings.md +++ b/docs/adguard-vpn-for-linux/settings.md @@ -35,9 +35,9 @@ and enter the address of your DNS server. To use this DNS server at the system l `adguardvpn-cli config set-system-dns on` -## No-routes mode +## No-route mode -This feature routes only your specified addresses through the VPN tunnel. To enable the no-routes mode, type: +This feature routes only your specified addresses through the VPN tunnel. To enable the no-route mode, type: `adguardvpn-cli config set-no-routes on`