-
Notifications
You must be signed in to change notification settings - Fork 217
[AGM-2402] Update AdGuard for Linux #673
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
base: master
Are you sure you want to change the base?
Conversation
Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/ |
@@ -5,6 +5,8 @@ sidebar_position: 2 | |||
|
|||
## Install AdGuard for Linux | |||
|
|||
Before starting, you have to open the command line in your computer. On Linux, press `Ctrl+Alt+T`. On Mac, type `Terminal` in the search field. | |||
|
|||
To install AdGuard, enter: | |||
|
|||
Release |
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.
это команда для терминала?
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.
это горячие клавиши, переписала в кавычках
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.
вопрос был про строку 12 со словом Release
а горячие клавиши и вводимое слово Terminal лучше выделить курсивом. см. редполитику о том, когда кавычки используем: https://www.notion.so/adguard/0df1a9bec9464fbf88bd813312ab0c26?pvs=4#25735cd772fd4083852762bc9d2ba57a
Co-authored-by: Helen <[email protected]>
Co-authored-by: Helen <[email protected]>
Co-authored-by: Helen <[email protected]>
Co-authored-by: Helen <[email protected]>
Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/ |
Co-authored-by: Helen <[email protected]>
Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/ |
2 similar comments
Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/ |
Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/ |
Co-authored-by: Helen <[email protected]>
Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/ |
1 similar comment
Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/ |
Co-authored-by: Helen <[email protected]>
Co-authored-by: Helen <[email protected]>
Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/ |
1 similar comment
Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/ |
Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/ |
Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/ |
Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/ |
Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/ |
Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/ |
Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/ |
Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/ |
Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/ |
Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/ |
Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/ |
Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/ |
@@ -5,6 +5,8 @@ sidebar_position: 2 | |||
|
|||
## Install AdGuard for Linux | |||
|
|||
Before starting, you have to open the command line in your computer. On Linux, press `Ctrl+Alt+T`. On Mac, type `Terminal` in the search field. | |||
|
|||
To install AdGuard, enter: | |||
|
|||
Release |
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.
вопрос был про строку 12 со словом Release
а горячие клавиши и вводимое слово Terminal лучше выделить курсивом. см. редполитику о том, когда кавычки используем: https://www.notion.so/adguard/0df1a9bec9464fbf88bd813312ab0c26?pvs=4#25735cd772fd4083852762bc9d2ba57a
Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/ |
Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/ |
1 similar comment
Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/ |
By default, the proxy server listens on `127.0.0.1` — the address of the loopback network interface. | ||
There are two ways to make the proxy server listen on a different interface: | ||
|
||
1. Run `adguard-cli config set listen_address <address>` where `<address>` is the address to listen on. |
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.
All steps are 1
1. Run `adguard-cli config set listen_address <address>` where `<address>` is the address to listen on. | ||
1. Edit the config file directly. | ||
1. To determine the location of the config file, run `adguard-cli config show | grep "Config location"`. | ||
1. Look for the key `listen_address` and set its value accordingly. To listen on all available network interfaces, set the listen address to `0.0.0.0`. |
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.
Since the issue with IPv6 addresses in this field has been fixed, ::
should be included in the example:
To listen on all available network interfaces, set the listen address to `0.0.0.0` or `::`.
|
||
1. Run `adguard-cli config set listen_address <address>` where `<address>` is the address to listen on. | ||
1. Edit the config file directly. | ||
1. To determine the location of the config file, run `adguard-cli config show | grep "Config location"`. |
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.
These two steps should be indented
1. To determine the location of the config file, run `adguard-cli config show | grep "Config location"`. | ||
1. Look for the key `listen_address` and set its value accordingly. To listen on all available network interfaces, set the listen address to `0.0.0.0`. | ||
|
||
> Listening on IPv6 addresses is currently not supported |
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.
Since the issue with IPv6 addresses in this field has been fixed, this warning should be removed.
No description provided.