From 5da3502290c150bf8071140454328b503e56fad5 Mon Sep 17 00:00:00 2001 From: Elena Ter-Mikaelyan Date: Fri, 1 Nov 2024 15:19:51 +0300 Subject: [PATCH] change and add commands and texts --- docs/adguard-vpn-for-linux/feedback.md | 8 ++------ docs/adguard-vpn-for-linux/settings.md | 10 ++++++++++ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/docs/adguard-vpn-for-linux/feedback.md b/docs/adguard-vpn-for-linux/feedback.md index 7a37d9641..d2eabb994 100644 --- a/docs/adguard-vpn-for-linux/feedback.md +++ b/docs/adguard-vpn-for-linux/feedback.md @@ -24,13 +24,9 @@ If you want to support the implementation of a new feature or bugfix, you can vo 1. Wait a while, then archive the logs in the *Downloads* or *Home* folder by typing: - For Linux + `adguardvpn-cli export-logs` - `zip -rj logs.zip ${XDG_DATA_HOME:-~/.local/share}/adguardvpn-cli/*.log` - - For Mac - - `zip -rj ~/Downloads/logs.zip ~/Library/"Application Support"/adguardvpn-cli/*.log` + The logs will be downloaded by default to the application folder, the path to the logs will be written in the console. 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. diff --git a/docs/adguard-vpn-for-linux/settings.md b/docs/adguard-vpn-for-linux/settings.md index 2354d6344..654e1e0ec 100644 --- a/docs/adguard-vpn-for-linux/settings.md +++ b/docs/adguard-vpn-for-linux/settings.md @@ -107,3 +107,13 @@ To report a bug, you may need to share debug logs with the developers or support adguardvpn-cli config set-debug-logging on Disable this setting after exporting logs. + +## Show notificatoins + +The setting is responsible for the appearance of system notifications when AdGuard VPN is turned on/off or waiting for reconnection, for example: + +- A user turns VPN on — the *VPN connected* notification appears. +- A user turns VPN off — the *VPN disconnected notification appears. +- A user is waiting for the VPN connection to be recovered — the *Waiting for connection* notification appears. + + adguardvpn-cli config set-show-notifications on